HomeSort by relevance Sort by last modified time
    Searched refs:iptun (Results 1 - 25 of 37) sorted by null

1 2

  /onnv/onnv-gate/usr/src/uts/common/inet/iptun/
iptun.c 27 * iptun - IP Tunneling Driver
81 #include <inet/iptun.h>
117 * Table containing per-iptun-type information.
185 iptun_t *iptun = arg; local
190 *val = iptun->iptun_ierrors;
193 *val = iptun->iptun_oerrors;
196 *val = iptun->iptun_rbytes;
199 *val = iptun->iptun_ipackets;
202 *val = iptun->iptun_obytes;
205 *val = iptun->iptun_opackets
223 iptun_t *iptun = arg; local
237 iptun_t *iptun = arg; local
272 iptun_t *iptun = arg; local
303 iptun_t *iptun = arg; local
324 iptun_t *iptun = barg; local
384 iptun_t *iptun = barg; local
555 iptun_t *iptun; local
1322 iptun_t *iptun; local
1388 iptun_t *iptun = NULL; local
1530 iptun_t *iptun = NULL; local
1609 iptun_t *iptun; local
1666 iptun_t *iptun; local
1731 iptun_t *iptun; local
1866 iptun_t *iptun = (iptun_t *)arg; local
2697 iptun_t *iptun = connp->conn_iptun; local
2790 iptun_t *iptun = connp->conn_iptun; local
    [all...]
iptun_dev.c 88 iptun_t *iptun; local
91 /* note that iptun_delete() removes iptun from the list */
92 while ((iptun = list_head(&iptuns->iptuns_iptunlist)) != NULL) {
93 linkid = iptun->iptun_linkid;
94 (void) iptun_delete(linkid, iptun->iptun_connp->conn_cred);
237 iptun_t *iptun = buf; local
239 bzero(iptun, sizeof (*iptun));
240 mutex_init(&iptun->iptun_lock, NULL, MUTEX_DEFAULT, NULL);
241 cv_init(&iptun->iptun_upcall_cv, NULL, CV_DRIVER, NULL)
251 iptun_t *iptun = buf; local
    [all...]
iptun_impl.h 41 #include <inet/iptun.h>
53 #define IPTUN_DRIVER_NAME "iptun"
160 #define IS_IPTUN_RUNNING(iptun) \
161 ((iptun->iptun_flags & (IPTUN_BOUND | IPTUN_MAC_STARTED)) == \
iptun_ctl.c 27 * This file implements the ioctl control path for the iptun driver. The
28 * GLDv3 dld_ioc_register() mechanism is used to register iptun ioctls with
34 #include <inet/iptun.h>
  /onnv/onnv-gate/usr/src/uts/intel/iptun/
Makefile 34 MODULE = iptun
38 CONF_SRCDIR = $(UTSBASE)/common/inet/iptun
  /onnv/onnv-gate/usr/src/uts/sparc/iptun/
Makefile 34 MODULE = iptun
38 CONF_SRCDIR = $(UTSBASE)/common/inet/iptun
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
net-iptun 52 /sbin/dladm show-iptun -p -o link
70 /sbin/dladm up-iptun
130 /sbin/dladm down-iptun
Makefile 43 network-iptun.xml \
108 net-iptun \
net-physical 107 /sbin/dladm show-iptun -P $intf > /dev/null 2>&1
160 # skip IP tunnel interfaces plumbed by net-iptun.
194 # skip IP tunnel interfaces plumbed by net-iptun.
  /onnv/onnv-gate/usr/src/lib/libdladm/common/
libdliptun.h 32 #include <inet/iptun.h>
libdliptun.c 39 #include <inet/iptun.h>
83 * parameters to be passed down to the iptun control device.
  /onnv/onnv-gate/usr/src/uts/common/inet/
Makefile 32 ipsecah.h ipsecesp.h ipsec_info.h iptun.h ip6_asp.h ip_if.h ip_ire.h \
  /onnv/onnv-gate/usr/src/uts/common/io/mac/plugins/
mac_ipv4.c 41 #include <inet/iptun.h>
mac_ipv6.c 43 #include <inet/iptun.h>
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
modstubs.s     [all...]
  /onnv/onnv-gate/usr/src/uts/sparc/ml/
modstubs.s     [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWckr/
prototype_com 94 f none kernel/drv/iptun.conf 644 root sys
prototype_i386 105 f none kernel/drv/iptun 755 root sys
329 f none kernel/drv/amd64/iptun 755 root sys
prototype_sparc 96 f none kernel/drv/sparcv9/iptun 755 root sys
  /onnv/onnv-gate/usr/src/uts/sparc/
Makefile.sparc.shared 208 DRV_KMODS += ipsecesp iptun iwscn keysock kmdb kstat ksyms llc1
  /onnv/onnv-gate/usr/src/uts/intel/
Makefile.intel.shared 373 DRV_KMODS += iptun
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
spd.c 72 #include <inet/iptun.h>
73 #include <inet/iptun/iptun_impl.h>
6056 iptun_t *iptun; local
    [all...]
ip_input.c     [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/
prototype_com 365 f none lib/svc/method/net-iptun 0555 root bin
512 f manifest var/svc/manifest/network/network-iptun.xml 0444 root sys
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ether.c 45 #include <inet/iptun.h>
    [all...]

Completed in 300 milliseconds

1 2