Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-bgp.c2989 uint8_t remainder_offset = 0; in bgp_notification_print() local
2995 remainder_offset += 1; in bgp_notification_print()
3002 remainder_offset += shutdown_comm_length + 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 …hex_print(ndo, "\n\t\t", tptr + remainder_offset, length - (remainder_offset + BGP_NOTIFICATION_SI… in bgp_notification_print()