Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bgp.c100 #define BGP_NOTIFICATION_SIZE 21 /* unaligned */ macro
2633 ND_TCHECK2(dat[0], BGP_NOTIFICATION_SIZE); in bgp_notification_print()
2634 memcpy(&bgpn, dat, BGP_NOTIFICATION_SIZE); in bgp_notification_print()
2637 if (length<BGP_NOTIFICATION_SIZE) in bgp_notification_print()
2686 if(bgpn.bgpn_minor == BGP_NOTIFY_MINOR_CEASE_MAXPRFX && length >= BGP_NOTIFICATION_SIZE + 7) { in bgp_notification_print()
2687 tptr = dat + BGP_NOTIFICATION_SIZE; in bgp_notification_print()