/illumos-gate/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 32 * The ipnet device defined here provides access to packets at the IP layer. To 39 * Management of the devices in /dev/ipnet/ is handled by the devname 42 * taken down etc. the ipnet module is notified and its view of the interfaces 73 #include <inet/ipnet.h> 80 "ipnet", /* mi_idname */ 205 "STREAMS ipnet driver", 269 if ((ipnet_major = ddi_name_to_major("ipnet")) == (major_t)-1) 280 ipnet_taskq = ddi_taskq_create(NULL, "ipnet", 1, TASKQ_DEFAULTPRI, 0); 368 ips->ips_kstatp = net_kstat_create(netid, "ipnet", 0, "ipnet_stats", 380 "ipnet", "ipnet_stat 510 ipnet_t *ipnet; local 593 ipnet_t *ipnet = rq->q_ptr; local 698 ipnet_t *ipnet = q->q_ptr; local 777 ipnet_t *ipnet = q->q_ptr; local 807 ipnet_t *ipnet = q->q_ptr; local 826 ipnet_t *ipnet = q->q_ptr; local 870 ipnet_t *ipnet = q->q_ptr; local 1007 ipnet_get_addrtype(ipnet_t *ipnet, ipnet_addrp_t *addr) argument 1070 ipnet_accept(ipnet_t *ipnet, hook_pkt_observe_t *hdr, ipnet_addrp_t *src, ipnet_addrp_t *dst) argument 1146 ipnet_loaccept(ipnet_t *ipnet, hook_pkt_observe_t *hdr, ipnet_addrp_t *src, ipnet_addrp_t *dst) argument 1175 ipnet_t *ipnet; local 1327 ipnet_t *ipnet; local 1809 ipnet_t *ipnet; local 2183 ipnet_t *ipnet; local 2253 ipnet_t *ipnet; local 2290 ipnet_t *ipnet; local [all...] |
H A D | ipnet_bpf.c | 31 #include <inet/ipnet.h> 34 * This file implements the function calls for ipnet that translate the 36 * ipnet device. 118 * It is not clear what it would mean to send an ipnet packet, 119 * especially since the ipnet device has been implemented to be 121 * packet using ipnet results in the packet being free'd and an 131 * so for the purpose of ipnet, all BPF clients are in SAP promiscuous 141 * Map the mac values into ipnet values.
|
/illumos-gate/usr/src/uts/intel/ipnet/ |
H A D | Makefile | 26 # This makefile drives the production of the ipnet driver 42 MODULE = ipnet 46 CONF_SRCDIR = $(UTSBASE)/common/inet/ipnet
|
/illumos-gate/usr/src/uts/sparc/ipnet/ |
H A D | Makefile | 26 # This makefile drives the production of the ipnet driver 42 MODULE = ipnet 46 CONF_SRCDIR = $(UTSBASE)/common/inet/ipnet
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ipnet.h | 69 * a bge0 that other zones use as bge0:1, bge0:2, etc. In ipnet, the 89 * Structure describes the ipnet module representation of an ip interface. 143 struct ipnet; 145 typedef boolean_t ipnet_acceptfn_t(struct ipnet *, struct hook_pkt_observe_s *, 152 typedef struct ipnet { struct
|
H A D | Makefile | 31 HDRS= arp.h common.h ipclassifier.h ip.h ip6.h ipdrop.h ipnet.h \
|
/illumos-gate/usr/src/uts/sparc/bpf/ |
H A D | Makefile | 63 LDFLAGS += -dy -Nmisc/mac -Nmisc/dls -Ndrv/ipnet -Nmisc/neti
|
/illumos-gate/usr/src/uts/intel/bpf/ |
H A D | Makefile | 63 LDFLAGS += -dy -Nmisc/mac -Nmisc/dls -Ndrv/ipnet -Nmisc/neti
|
/illumos-gate/usr/src/man/man7d/ |
H A D | Makefile | 73 ipnet.7d \ 278 lo0.7d := LINKSRC = ipnet.7d
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_ipnetops.c | 27 * vnode ops for the /dev/ipnet directory 29 * in the ipnet module. We also override readdir 30 * in order to delete ipnet nodes no longer in use. 41 #include <inet/ipnet.h> 62 * Check if an ipnet sdev_node is still valid. 79 * an ipnet entry when the node is not found in the cache. 99 * Lookup for /dev/ipnet directory 206 * Display all instantiated ipnet device nodes. 223 * in kernel ipnet table.
|
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf_mod.c | 42 #include <inet/ipnet.h> 177 * so that proper interaction with ipnet is possible.
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 1352 MODULE(ipnet,drv); 1353 STUB(ipnet, ipnet_if_getdev, nomod_zero); 1354 STUB(ipnet, ipnet_walk_if, nomod_zero); 1355 END_MODULE(ipnet);
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 1241 MODULE(ipnet,drv); 1242 STUB(ipnet, ipnet_if_getdev, nomod_zero); 1243 STUB(ipnet, ipnet_walk_if, nomod_zero); 1244 END_MODULE(ipnet);
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 78 #include <inet/ipnet.h>
|