Searched defs:v4 (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/dsslib/bgp/
H A Dbgp-mrt.c483 rp->rd_addr.v4 = AE4(state->buf + 2);
492 sfprintf(sfstderr, " nlri rd type %u number %u as %u addr %s\n", rp->rd_type, rp->rd_number, rp->rd_as, fmtip4(rp->rd_addr.v4, -1));
505 Bgpnum_t v4; local
524 v4 = 0;
527 v4 <<= 8;
528 v4 |= AE1(state->buf++);
531 v4 <<= 8;
532 if (state->best != state->message && (state->best = state->message) || rp->addr.v4 != v4 || rp->bits != bits)
534 rp->addr.v4
[all...]
/ast/src/cmd/dsslib/ip_t/
H A Dbgp.h207 Bgpnum_t v4; /* ipv4 addr */ member in union:Bgpaddr_u
221 #define open_id originator.v4

Completed in 13 milliseconds