| /NextBSD/contrib/ipfilter/lib/ |
| HD | getifname.c | 56 struct ifnet netif; 63 if (kmemcpy((char *)&netif, (u_long)ptr, sizeof(netif)) == -1) 68 return strdup(netif.if_xname); 70 if (kstrncpy(buf, (u_long)netif.if_name, sizeof(buf)) == -1) 72 if (netif.if_unit < 10) 74 else if (netif.if_unit < 1000) 76 else if (netif.if_unit < 10000) 81 sprintf(buf + strlen(buf), "%d", netif.if_unit % 10000);
|
| /NextBSD/lib/libstand/ |
| HD | netif.h | 13 int (*netif_match)(struct netif *, void *); 14 int (*netif_probe)(struct netif *, void *); 18 void (*netif_end)(struct netif *); 42 struct netif { struct 55 struct netif *netif_select(void *); argument 56 int netif_probe(struct netif *, void *); 57 void netif_attach(struct netif *, struct iodesc *, void *); 58 void netif_detach(struct netif *);
|
| HD | netif.c | 80 struct netif *nif; in netif_match() 93 struct netif * 99 struct netif cur_if; 100 static struct netif best_if; 166 struct netif *nif; in netif_probe() 180 struct netif *nif; in netif_attach() 203 struct netif *nif; in netif_detach() 227 struct netif *nif = desc->io_netif; 257 struct netif *nif = desc->io_netif; 297 struct netif *nif; [all …]
|
| HD | iodesc.h | 49 struct netif *io_netif;
|
| HD | Makefile | 139 SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
|
| /NextBSD/sys/boot/uboot/lib/ |
| HD | net.c | 50 static int net_probe(struct netif *, void *); 51 static int net_match(struct netif *, void *); 55 static void net_end(struct netif *); 192 net_match(struct netif *nif, void *machdep_hint) in net_match() 204 net_probe(struct netif *nif, void *machdep_hint) in net_probe() 231 struct netif *nif = desc->io_netif; in net_put() 270 struct netif *nif = desc->io_netif; in net_get() 310 struct netif *nif = desc->io_netif; in net_init() 347 net_end(struct netif *nif) in net_end()
|
| /NextBSD/sys/boot/efi/libefi/ |
| HD | efinet.c | 46 static void efinet_end(struct netif *); 49 static int efinet_match(struct netif *, void *); 50 static int efinet_probe(struct netif *, void *); 100 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match() 110 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe() 119 struct netif *nif = desc->io_netif; in efinet_put() 147 struct netif *nif = desc->io_netif; in efinet_get() 182 struct netif *nif = desc->io_netif; in efinet_init() 235 efinet_end(struct netif *nif) in efinet_end()
|
| /NextBSD/tools/regression/ipsec/ |
| HD | ipsec6.t | 14 netif="lo0" 21 ifconfig $netif inet6 alias 1::1 22 ifconfig $netif inet6 alias 2::1 103 ifconfig $netif inet6 1::1 delete 104 ifconfig $netif inet6 2::1 delete
|
| HD | ipsec.t | 14 netif="lo0" 21 ifconfig $netif alias ${ipbase}.0.1/24 22 ifconfig $netif alias ${ipbase}.1.1/24 103 ifconfig $netif -alias ${ipbase}.0.1 104 ifconfig $netif -alias ${ipbase}.1.1
|
| /NextBSD/sys/boot/ofw/libofw/ |
| HD | ofw_net.c | 46 static int ofwn_probe(struct netif *, void *); 47 static int ofwn_match(struct netif *, void *); 51 static void ofwn_end(struct netif *); 79 ofwn_match(struct netif *nif, void *machdep_hint) in ofwn_match() 85 ofwn_probe(struct netif *nif, void *machdep_hint) in ofwn_probe() 231 ofwn_end(struct netif *nif) in ofwn_end()
|
| /NextBSD/sys/boot/powerpc/ps3/ |
| HD | ps3net.c | 55 static int ps3net_probe(struct netif *, void *); 56 static int ps3net_match(struct netif *, void *); 60 static void ps3net_end(struct netif *); 94 ps3net_match(struct netif *nif, void *machdep_hint) in ps3net_match() 100 ps3net_probe(struct netif *nif, void *machdep_hint) in ps3net_probe() 274 ps3net_end(struct netif *nif) in ps3net_end()
|
| /NextBSD/etc/ |
| HD | pccard_ether | 84 /etc/rc.d/netif quietstart $ifn 105 /etc/rc.d/netif quietstop $ifn 123 /etc/rc.d/netif quietstart $child 130 /etc/rc.d/netif quietstop $child
|
| HD | netstart | 50 /etc/rc.d/netif ${_start}
|
| /NextBSD/sys/boot/i386/libi386/ |
| HD | pxe.c | 83 static int pxe_netif_match(struct netif *nif, void *machdep_hint); 84 static int pxe_netif_probe(struct netif *nif, void *machdep_hint); 89 static void pxe_netif_end(struct netif *nif); 589 pxe_netif_match(struct netif *nif, void *machdep_hint) in pxe_netif_match() 596 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe() 615 pxe_netif_end(struct netif *nif) in pxe_netif_end()
|
| /NextBSD/contrib/hyperv/tools/scripts/ |
| HD | hv_get_dhcp_info | 17 load_rc_config netif
|
| /NextBSD/etc/rc.d/ |
| HD | atm3 | 49 atm_nif=`atm sh netif | { read junk ; \
|
| HD | atm1 | 114 atm set netif ${phy} ${netif_args} || continue
|
| HD | Makefile | 76 netif \
|
| /NextBSD/tests/etc/rc.d/ |
| HD | routing_test.sh | 64 service netif start ${TAP}
|
| /NextBSD/sys/dev/xen/netfront/ |
| HD | netfront.c | 247 #define netfront_carrier_on(netif) ((netif)->carrier = 1) argument 248 #define netfront_carrier_off(netif) ((netif)->carrier = 0) argument 249 #define netfront_carrier_ok(netif) ((netif)->carrier) argument
|
| /NextBSD/sys/xen/interface/io/ |
| HD | ring.h | 109 } netif; \
|
| /NextBSD/sys/mips/rmi/ |
| HD | rootfs_list.txt | 247 ./etc/rc.d/netif
|
| /NextBSD/contrib/amd/doc/ |
| HD | am-utils.texi | 5968 | netif 5995 * FSinfo netif Option:: FSinfo host netif. 6002 @node FSinfo netif Option, FSinfo config Option, , FSinfo host attributes 6004 @subsection netif Option 6014 netif : "netif" @var{<string>} "@{" @i{list(}netif_attrs@i{)} "@}" ; 6024 netif ie0 @{ 6030 netif ec0 @{ @} 6033 @node FSinfo config Option, FSinfo arch Option, FSinfo netif Option, FSinfo host attributes 6821 @item netif field @var{field-name} already set 8650 @c LocalWords: volname attrs netif dougal inaddr hwaddr ec mountmaps passno xy
|
| /NextBSD/contrib/gcc/ |
| HD | FSFChangeLog.10 | 5711 * fixincludes: Avoid clobbering VxWorks drv/netif/if_med.h file.
|