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

/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-bgp.c105 #define BGP_NOTIFICATION_SIZE 21 /* unaligned */ macro
2534 TCHECK2(dat[0], BGP_NOTIFICATION_SIZE);
2535 memcpy(&bgpn, dat, BGP_NOTIFICATION_SIZE);
2538 if (length<BGP_NOTIFICATION_SIZE)
2580 if(bgpn.bgpn_minor == BGP_NOTIFY_MINOR_CEASE_MAXPRFX && length >= BGP_NOTIFICATION_SIZE + 7) {
2581 tptr = dat + BGP_NOTIFICATION_SIZE;

Completed in 397 milliseconds