Home
last modified time | relevance | path

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

/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpxssh.py349 for tunnel_type in tunnel_types:
350 cmd_type = tunnel_types[tunnel_type]
351 if tunnel_type in ssh_tunnels:
352 tunnels = ssh_tunnels[tunnel_type]
/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.c2135 uint8_t tunnel_type, flags; in bgp_attr_print() local
2138 tunnel_type = *(tptr+1); in bgp_attr_print()
2143 tok2str(bgp_pmsi_tunnel_values, "Unknown", tunnel_type), in bgp_attr_print()
2144 tunnel_type, in bgp_attr_print()
2151 switch (tunnel_type) { in bgp_attr_print()