Searched refs:tun (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.0-release/sbin/nos-tun/
H A DMakefile3 PROG= nos-tun
4 MAN= nos-tun.8
H A Dnos-tun.c30 * 'nos-tun' program configure tunN interface as a point-to-point
37 * 'nos-tun' can works with itself and CISCO-routers.
38 * (It may also work with Linux 'nos-tun's, but
43 * ( nos-tun sends and accepts packets only to/from this
88 int tun; /* tunnel descriptor */ variable
117 /* Open tun device */
118 tun = open(dev_name, O_RDWR);
119 if (tun < 0) {
190 close(tun);
235 close(tun);
[all...]
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend-query/
H A Ddetect-nics.sh30 lo|fwe|fwip|plip|pfsync|pflog|tun)
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dport-tun.c43 * SSH_TUN_LINUX Use the (newer) Linux tun/tap device
44 * SSH_TUN_FREEBSD Use the FreeBSD tun/tap device
58 sys_tun_open(int tun, int mode) argument
64 if ((fd = open("/dev/net/tun", O_RDWR)) == -1) {
77 name = "tun%d";
81 if (tun != SSH_TUNID_ANY) {
82 if (tun > SSH_TUNID_MAX) {
84 tun, strerror(errno));
87 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), name, tun);
96 if (tun
118 sys_tun_open(int tun, int mode) argument
[all...]
/freebsd-10.0-release/etc/ppp/
H A Dppp.conf12 set log Phase Chat LCP IPCP CCP tun command
/freebsd-10.0-release/release/picobsd/bridge/
H A DPICOBSD107 device tun # Packet tunnel.
/freebsd-10.0-release/release/picobsd/qemu/
H A DPICOBSD113 device tun # Packet tunnel.
/freebsd-10.0-release/crypto/openssh/
H A Dmisc.c251 int tun; local
262 tun = a2tun(sp, NULL);
264 return (*remote == SSH_TUNID_ERR ? *remote : tun);
270 tun = strtonum(s, 0, SSH_TUNID_MAX, &errstr);
274 return (tun);
647 tun_open(int tun, int mode) argument
650 return (sys_tun_open(tun, mode));
657 if (tun <= SSH_TUNID_MAX) {
658 snprintf(name, sizeof(name), "/dev/tun%d", tun);
[all...]
H A Dauth-options.c359 char *tun = NULL; local
361 tun = xmalloc(strlen(opts) + 1);
366 tun[i++] = *opts++;
373 free(tun);
377 tun[i] = '\0';
378 forced_tun_device = a2tun(tun, NULL);
379 free(tun);
381 debug("%.100s, line %lu: invalid tun device",
383 auth_debug_add("%.100s, line %lu: invalid tun device",
388 auth_debug_add("Forced tun devic
[all...]
/freebsd-10.0-release/sys/i386/conf/
H A DXEN80 device tun # Packet tunnel.
/freebsd-10.0-release/sys/powerpc/conf/
H A DMPC85XX84 device tun
H A DWII77 device tun # Packet tunnel.
H A DGENERIC142 device tun # Packet tunnel.
H A DGENERIC64147 device tun # Packet tunnel.
/freebsd-10.0-release/sbin/
H A DMakefile60 nos-tun \
/freebsd-10.0-release/contrib/wpa/src/radius/
H A Dradius.c1339 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; local
1357 tun = &tunnel[0];
1359 tun = &tunnel[data[0]];
1365 tun->tag_used++;
1366 tun->type = WPA_GET_BE24(data + 1);
1371 tun->tag_used++;
1372 tun->medium_type = WPA_GET_BE24(data + 1);
1383 tun->tag_used++;
1384 tun->vlanid = atoi(buf);
1390 tun
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Dip.c79 #include "tun.h"
910 struct tun_data tun; local
915 if (nb > sizeof tun.data) {
917 l->name, nb, (int)(sizeof tun.data));
921 mbuf_Read(bp, tun.data, nb);
924 if (PacketCheck(bundle, af, tun.data, nb, &bundle->filter.in,
929 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) {
936 tun.header.family = htonl(af);
937 nb += sizeof tun - sizeof tun
[all...]
H A DMakefile12 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
/freebsd-10.0-release/crypto/openssh/contrib/cygwin/
H A DMakefile51 -$(INSTALL) -m 644 $(srcdir)/README.tun $(DESTDIR)$(sshdocdir)/README.tun
/freebsd-10.0-release/sys/pc98/conf/
H A DGENERIC223 device tun # Packet tunnel.
/freebsd-10.0-release/tools/tools/nanobsd/pcengines/
H A DALIX_DSK68 device tun
H A DALIX_NFS68 device tun
/freebsd-10.0-release/secure/lib/libssh/
H A DMakefile25 openssl-compat.c port-tun.c strtonum.c timingsafe_bcmp.c \
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmad.c475 tun_ctx = dev->sriov.demux[port-1].tun[slave];
1885 if (dev->sriov.demux[port - 1].tun[slave]) {
1886 kfree(dev->sriov.demux[port - 1].tun[slave]);
1887 dev->sriov.demux[port - 1].tun[slave] = NULL;
2050 dev->sriov.demux[port - 1].tun[slave], 1);
2056 dev->sriov.demux[port - 1].tun[slave]);
2084 ctx->tun = kcalloc(dev->dev->caps.sqp_demux,
2086 if (!ctx->tun)
2094 ret = alloc_pv_object(dev, i, port, &ctx->tun[i]);
2134 kfree(ctx->tun);
[all...]
/freebsd-10.0-release/sys/ia64/conf/
H A DGENERIC192 device tun # Packet tunnel.

Completed in 163 milliseconds

12