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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-bgp.c60 #define BGP_SIZE 19 /* unaligned */ macro
2371 TCHECK2(dat[0], BGP_SIZE);
2372 if (length < BGP_SIZE)
2374 memcpy(&bgp, dat, BGP_SIZE);
2375 p = dat + BGP_SIZE; /*XXX*/
2376 length -= BGP_SIZE;
2645 TCHECK2(dat[0], BGP_SIZE);
2646 memcpy(&bgp, dat, BGP_SIZE);
2722 TCHECK2(p[0], BGP_SIZE); /*XXX*/
2723 memcpy(&bgp, p, BGP_SIZE);
[all...]

Completed in 54 milliseconds