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

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-bgp.c54 #define BGP_SIZE 19 /* unaligned */ macro
2389 ND_TCHECK2(dat[0], BGP_SIZE);
2390 if (length < BGP_SIZE)
2392 memcpy(&bgp, dat, BGP_SIZE);
2393 p = dat + BGP_SIZE; /*XXX*/
2394 length -= BGP_SIZE;
2666 ND_TCHECK2(dat[0], BGP_SIZE);
2667 memcpy(&bgp, dat, BGP_SIZE);
2744 ND_TCHECK2(p[0], BGP_SIZE); /*XXX*/
2745 memcpy(&bgp, p, BGP_SIZE);
[all...]

Completed in 95 milliseconds