Searched refs:bgp_type (Results 1 – 1 of 1) sorted by relevance
53 nd_uint8_t bgp_type; member3057 uint8_t bgp_type; in bgp_pdu_print() local3061 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()