Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-bgp.c55 #define BGP_SIZE 19 /* unaligned */ macro
2734 ND_TCHECK_LEN(dat, BGP_SIZE); in bgp_update_print()
2735 if (length < BGP_SIZE) in bgp_update_print()
2737 p = dat + BGP_SIZE; in bgp_update_print()
2738 length -= BGP_SIZE; in bgp_update_print()
3059 ND_TCHECK_LEN(dat, BGP_SIZE); in bgp_pdu_print()
3134 ND_TCHECK_LEN(p, BGP_SIZE); in bgp_print()
3141 if (hlen < BGP_SIZE) { in bgp_print()
3142 ND_PRINT("\nmessage length %u < %u", hlen, BGP_SIZE); in bgp_print()