Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bgp.c2984 uint8_t shutdown_comm_length = GET_U_1(tptr); in bgp_notification_print() local
2987 if (shutdown_comm_length > length - (BGP_NOTIFICATION_SIZE + 1)) { in bgp_notification_print()
2990 else if (shutdown_comm_length == 0) { in bgp_notification_print()
2996 ND_PRINT(", Shutdown Communication (length: %u): \"", shutdown_comm_length); in bgp_notification_print()
2997 (void)nd_printn(ndo, tptr+1, shutdown_comm_length, NULL); in bgp_notification_print()
2999 remainder_offset += shutdown_comm_length + 1; in bgp_notification_print()