Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-bgp.c53 nd_uint8_t bgp_type; member
3057 uint8_t bgp_type; in bgp_pdu_print() local
3061 bgp_type = GET_U_1(bgp_header->bgp_type); in bgp_pdu_print()
3064 tok2str(bgp_msg_values, "Unknown", bgp_type), in bgp_pdu_print()
3065 bgp_type, in bgp_pdu_print()
3068 switch (bgp_type) { in bgp_pdu_print()
3086 ND_PRINT("\n\t no Message %u decoder", bgp_type); in bgp_pdu_print()
3156 GET_U_1(bgp_header->bgp_type))); in bgp_print()