Home
last modified time | relevance | path

Searched refs:BGP_OPT_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-bgp.c90 #define BGP_OPT_SIZE 2 /* some compilers may pad to 4 bytes */ macro
2683 ND_TCHECK_LEN(opt + i, BGP_OPT_SIZE); in bgp_open_print()
2684 if (length < BGP_OPT_SIZE + i) in bgp_open_print()
2689 if (BGP_OPT_SIZE + i + opt_len > optslen) { in bgp_open_print()
2704 bgp_capabilities_print(ndo, opt + BGP_OPT_SIZE + i, in bgp_open_print()
2714 i += BGP_OPT_SIZE + opt_len; in bgp_open_print()