Home
last modified time | relevance | path

Searched refs:tun (Results 1 – 25 of 257) sorted by relevance

1234567891011

/netbsd/sys/modules/if_tun/
H A Dtun.ioconf1 # $NetBSD: tun.ioconf,v 1.1 2016/08/07 14:27:39 christos Exp $
3 ioconf tun
7 pseudo-device tun
/netbsd/usr.sbin/wg-userspace/
H A Dwg-userspace.sh37 tun=tun$ifid
47 rump.ifconfig $wg linkstr $tun
/netbsd/sys/modules/tun/
H A DMakefile5 KMOD= tun
6 SRCS= tun.c
/netbsd/sys/rump/net/lib/libtun/
H A DTUN.ioconf3 ioconf tun
7 pseudo-device tun
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dputnexts_example.txt208 tun
209 tun`tun_rdata_v4+0x58c
210 tun`tun_rproc+0x256
211 tun`tun_rput+0x23
215 tun
216 tun`tun_wputnext_v4+0x1f8
217 tun`tun_wproc_mdata+0x71
218 tun`tun_wproc+0xdf
219 tun`tun_wput+0x23
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dputnexts_example.txt208 tun
209 tun`tun_rdata_v4+0x58c
210 tun`tun_rproc+0x256
211 tun`tun_rput+0x23
215 tun
216 tun`tun_wputnext_v4+0x1f8
217 tun`tun_wproc_mdata+0x71
218 tun`tun_wproc+0xdf
219 tun`tun_wput+0x23
/netbsd/tests/net/if_wg/
H A Dcommon.sh83 local tun=$7
87 if [ -n "$tun" ]; then
88 $ifconfig $ifname linkstr $tun
/netbsd/external/bsd/wpa/dist/src/radius/
H A Dradius.c1477 tun = &tunnel[0]; in radius_msg_get_vlanid()
1479 tun = &tunnel[data[0]]; in radius_msg_get_vlanid()
1485 tun->tag_used++; in radius_msg_get_vlanid()
1486 tun->type = WPA_GET_BE24(data + 1); in radius_msg_get_vlanid()
1491 tun->tag_used++; in radius_msg_get_vlanid()
1506 tun->tag_used++; in radius_msg_get_vlanid()
1507 tun->vlanid = vlan_id; in radius_msg_get_vlanid()
1526 tun = &tunnel[i]; in radius_msg_get_vlanid()
1527 if (tun->tag_used && in radius_msg_get_vlanid()
1530 tun->vlanid > 0) { in radius_msg_get_vlanid()
[all …]
/netbsd/sys/arch/cesfic/conf/
H A Dmajors.cesfic19 device-major tun char 13 tun
/netbsd/sys/arch/riscv/conf/
H A Dmajors.riscv6 device-major tun char 7 tun
/netbsd/crypto/external/bsd/openssh/dist/
H A Dserverloop.c543 u_int mode, tun; in server_request_tun() local
563 if ((r = sshpkt_get_u32(ssh, &tun)) != 0) in server_request_tun()
565 if (tun > INT_MAX) { in server_request_tun()
570 if (tun != SSH_TUNID_ANY && in server_request_tun()
571 auth_opts->force_tun_device != (int)tun) in server_request_tun()
573 tun = auth_opts->force_tun_device; in server_request_tun()
575 sock = tun_open(tun, mode, &ifname); in server_request_tun()
/netbsd/sys/arch/mipsco/conf/
H A Dmajors.mipsco22 device-major tun char 25 tun
/netbsd/sys/arch/evbcf/conf/
H A Dmajors.evbcf27 device-major tun char 23 tun
/netbsd/sys/arch/ews4800mips/conf/
H A Dmajors.ews4800mips29 device-major tun char 24 tun
/netbsd/sys/arch/emips/conf/
H A Dmajors.emips39 device-major tun char 93 tun
/netbsd/sys/arch/newsmips/conf/
H A Dmajors.newsmips20 device-major tun char 25 tun
/netbsd/sys/arch/news68k/conf/
H A Dmajors.news68k20 device-major tun char 25 tun
/netbsd/sys/arch/mvme68k/conf/
H A Dmajors.mvme68k26 device-major tun char 23 tun
/netbsd/sys/arch/luna68k/conf/
H A Dmajors.luna68k28 device-major tun char 22 tun
/netbsd/sys/arch/evbsh3/conf/
H A Dmajors.evbsh334 device-major tun char 40 tun
/netbsd/sys/arch/mmeye/conf/
H A Dmajors.mmeye35 device-major tun char 40 tun
/netbsd/sys/arch/hpcsh/conf/
H A Dmajors.hpcsh30 device-major tun char 24 tun
/netbsd/sys/arch/next68k/conf/
H A Dmajors.next68k26 device-major tun char 24 tun
/netbsd/sys/arch/hppa/conf/
H A Dmajors.hppa24 device-major tun char 18 tun
/netbsd/sys/arch/playstation2/conf/
H A Dmajors.playstation230 device-major tun char 24 tun

1234567891011