Lines Matching refs:BGP_NOTIFICATION_SIZE
100 #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()
3007 …print(ndo, "\n\t\t", tptr + remainder_offset, length - (remainder_offset + BGP_NOTIFICATION_SIZE)); in bgp_notification_print()