Searched refs:tunnel_type (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-radius.c | 289 static const char *tunnel_type[]={ NULL, variable 407 { "Tunnel Type", tunnel_type, TAM_SIZE(tunnel_type)-1, 1, print_attr_num },
|
D | print-bgp.c | 2083 u_int8_t tunnel_type, flags; in bgp_attr_print() local 2085 tunnel_type = *(tptr+1); in bgp_attr_print() 2091 tok2str(bgp_pmsi_tunnel_values, "Unknown", tunnel_type), in bgp_attr_print() 2092 tunnel_type, in bgp_attr_print() 2099 switch (tunnel_type) { in bgp_attr_print()
|