Searched refs:tunnel_types (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpxssh.py344 tunnel_types = {
349 for tunnel_type in tunnel_types:
350 cmd_type = tunnel_types[tunnel_type]
/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_ipcp.c1789 } tunnel_types[] = { local
1807 for (i = 0; i < nitems(tunnel_types); i++) {
1808 if (strcmp(tunnel_types[i].label, label) == 0)
1809 return (tunnel_types[i].label);
1813 for (i = 0; i < nitems(tunnel_types); i++) {
1814 if (tunnel_types[i].constval == val)
1815 return (tunnel_types[i].label);

Completed in 106 milliseconds