Searched refs:note_size (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Dbgp.h228 #define note_size local macro
/ast/src/cmd/dsslib/bgp/
H A Dbgp-mrt.c1517 rp->note_size = state->end - (state->buf + 2);
1518 if (rp->note_size > sizeof(rp->data))
1519 rp->note_size = sizeof(rp->data);
1520 AE(rp->data, state->buf + 2, rp->note_size);
1521 state->size = rp->note_size;

Completed in 11 milliseconds