Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-bgp.c100 #define BGP_NOTIFICATION_SIZE 21 /* unaligned */ macro
2917 ND_TCHECK_LEN(dat, BGP_NOTIFICATION_SIZE); in bgp_notification_print()
2918 if (length<BGP_NOTIFICATION_SIZE) in bgp_notification_print()
2971 if(bgpn_minor == BGP_NOTIFY_MINOR_CEASE_MAXPRFX && length >= BGP_NOTIFICATION_SIZE + 7) { in bgp_notification_print()
2972 tptr = dat + BGP_NOTIFICATION_SIZE; in bgp_notification_print()
2986 length >= BGP_NOTIFICATION_SIZE + 1) { in bgp_notification_print()
2987 tptr = dat + BGP_NOTIFICATION_SIZE; in bgp_notification_print()
2991 if (shutdown_comm_length > length - (BGP_NOTIFICATION_SIZE + 1)) { in bgp_notification_print()
3005 if(length - (remainder_offset + BGP_NOTIFICATION_SIZE) > 0) { in bgp_notification_print()
3006 … ND_PRINT(", Data: (length: %u)", length - (remainder_offset + BGP_NOTIFICATION_SIZE)); in bgp_notification_print()
[all …]