Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-bgp.c54 #define BGP_SIZE 19 /* unaligned */ macro
910 TCHECK2(dat[0], BGP_SIZE); in bgp_update_print()
911 memcpy(&bgp, dat, BGP_SIZE); in bgp_update_print()
912 p = dat + BGP_SIZE; /*XXX*/ in bgp_update_print()
1113 TCHECK2(dat[0], BGP_SIZE); in bgp_header_print()
1114 memcpy(&bgp, dat, BGP_SIZE); in bgp_header_print()
1183 TCHECK2(p[0], BGP_SIZE); /*XXX*/ in bgp_print()
1184 memcpy(&bgp, p, BGP_SIZE); in bgp_print()
1194 if (hlen < BGP_SIZE) { in bgp_print()
1196 hlen, BGP_SIZE); in bgp_print()