Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-radius.c327 static const char *tunnel_type[]={ NULL, variable
447 { "Tunnel-Type", tunnel_type, TAM_SIZE(tunnel_type)-1, 1, print_attr_num },
Dprint-bgp.c2117 uint8_t tunnel_type, flags; in bgp_attr_print() local
2119 tunnel_type = *(tptr+1); in bgp_attr_print()
2125 tok2str(bgp_pmsi_tunnel_values, "Unknown", tunnel_type), in bgp_attr_print()
2126 tunnel_type, in bgp_attr_print()
2133 switch (tunnel_type) { in bgp_attr_print()