Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dprint-bgp.c57 #define BGP_SIZE 19 /* unaligned */ macro
2516 ND_TCHECK2(dat[0], BGP_SIZE); in bgp_update_print()
2517 if (length < BGP_SIZE) in bgp_update_print()
2519 memcpy(&bgp, dat, BGP_SIZE); in bgp_update_print()
2520 p = dat + BGP_SIZE; /*XXX*/ in bgp_update_print()
2521 length -= BGP_SIZE; in bgp_update_print()
2764 ND_TCHECK2(dat[0], BGP_SIZE); in bgp_header_print()
2765 memcpy(&bgp, dat, BGP_SIZE); in bgp_header_print()
2841 memcpy(&bgp, p, BGP_SIZE); in bgp_print()
2847 if (hlen < BGP_SIZE) { in bgp_print()
[all …]