| /freebsd/stand/libsa/ |
| H A D | netif.h | 10 int (*netif_match)(struct netif *, void *); 11 int (*netif_probe)(struct netif *, void *); 15 void (*netif_end)(struct netif *); 39 struct netif { struct 52 struct netif *netif_select(void *); argument 53 int netif_probe(struct netif *, void *); 54 void netif_attach(struct netif *, struct iodesc *, void *); 55 void netif_detach(struct netif *);
|
| H A D | netif.c | 86 netif_match(struct netif *nif, void *machdep_hint) in netif_match() 98 struct netif * 103 struct netif cur_if; in netif_select() 104 static struct netif best_if; in netif_select() 168 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe() 180 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) in netif_attach() 200 netif_detach(struct netif *nif) in netif_detach() 220 struct netif *nif = desc->io_netif; in netif_get() 247 struct netif *nif = desc->io_netif; in netif_put() 315 struct netif *nif; in netif_open()
|
| H A D | iodesc.h | 47 struct netif *io_netif;
|
| H A D | Makefile | 139 SRCS+= arp.c ether.c ip.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
|
| /freebsd/tests/sys/netinet6/ |
| H A D | addr6.sh | 54 netif=$(ifconfig lo create) 55 echo $netif >netif 56 atf_check -s exit:0 ifconfig $netif inet6 2001:db8::1/128 up 57 atf_check -s exit:0 ifconfig $netif inet6 2001:db8::2/128 anycast 63 ifconfig $(cat netif) destroy
|
| /freebsd/stand/uboot/ |
| H A D | net.c | 47 static int net_probe(struct netif *, void *); 48 static int net_match(struct netif *, void *); 52 static void net_end(struct netif *); 196 net_match(struct netif *nif, void *machdep_hint) in net_match() 208 net_probe(struct netif *nif, void *machdep_hint) in net_probe() 235 struct netif *nif = desc->io_netif; in net_put() 274 struct netif *nif = desc->io_netif; in net_get() 316 struct netif *nif = desc->io_netif; in net_init() 353 net_end(struct netif *nif) in net_end()
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | getifname.c | 42 struct ifnet netif; in getifname() 49 if (kmemcpy((char *)&netif, (u_long)ptr, sizeof(netif)) == -1) in getifname() 51 return (strdup(netif.if_xname)); in getifname()
|
| /freebsd/tools/regression/ipsec/ |
| H A D | ipsec6.t | 13 netif="lo0" 20 ifconfig $netif inet6 alias 1::1 21 ifconfig $netif inet6 alias 2::1 102 ifconfig $netif inet6 1::1 delete 103 ifconfig $netif inet6 2::1 delete
|
| H A D | ipsec.t | 13 netif="lo0" 20 ifconfig $netif alias ${ipbase}.0.1/24 21 ifconfig $netif alias ${ipbase}.1.1/24 102 ifconfig $netif -alias ${ipbase}.0.1 103 ifconfig $netif -alias ${ipbase}.1.1
|
| /freebsd/libexec/rc/ |
| H A D | pccard_ether | 84 /etc/rc.d/netif quietstart $ifn 105 /etc/rc.d/netif quietstop $ifn 126 /etc/rc.d/netif quietstart $child 133 /etc/rc.d/netif quietstop $child
|
| H A D | netstart | 42 /etc/rc.d/netif ${_start}
|
| /freebsd/stand/libofw/ |
| H A D | ofw_net.c | 44 static int ofwn_probe(struct netif *, void *); 45 static int ofwn_match(struct netif *, void *); 49 static void ofwn_end(struct netif *); 81 ofwn_match(struct netif *nif, void *machdep_hint) in ofwn_match() 87 ofwn_probe(struct netif *nif, void *machdep_hint) in ofwn_probe() 238 ofwn_end(struct netif *nif) in ofwn_end()
|
| /freebsd/stand/efi/libefi/ |
| H A D | efinet.c | 71 static void efinet_end(struct netif *); 74 static int efinet_match(struct netif *, void *); 75 static int efinet_probe(struct netif *, void *); 125 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match() 135 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe() 162 struct netif *nif = desc->io_netif; in efinet_put() 192 struct netif *nif = desc->io_netif; in efinet_get() 478 struct netif *nif = desc->io_netif; in efinet_init() 537 efinet_end(struct netif *nif) in efinet_end()
|
| /freebsd/stand/i386/libi386/ |
| H A D | pxe.c | 71 static int pxe_netif_match(struct netif *nif, void *machdep_hint); 72 static int pxe_netif_probe(struct netif *nif, void *machdep_hint); 76 static void pxe_netif_end(struct netif *nif); 350 pxe_netif_match(struct netif *nif, void *machdep_hint) in pxe_netif_match() 356 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe() 365 pxe_netif_end(struct netif *nif) in pxe_netif_end()
|
| /freebsd/contrib/hyperv/tools/scripts/ |
| H A D | hv_get_dhcp_info | 17 load_rc_config netif
|
| H A D | hyperv_vfup | 6 load_rc_config netif
|
| /freebsd/sys/dev/xen/netfront/ |
| H A D | netfront.c | 258 #define netfront_carrier_on(netif) ((netif)->carrier = 1) argument 259 #define netfront_carrier_off(netif) ((netif)->carrier = 0) argument 260 #define netfront_carrier_ok(netif) ((netif)->carrier) argument
|
| /freebsd/tools/boot/ |
| H A D | boot-test.sh | 263 netif=$1 266 …qemu_base "${fw} -netdev tap,id=net0,ifname=${netif},script=no,downscript=no -device $(param netbo… 281 netif=$1 287 -netdev tap,id=net0,ifname=${netif},script=no,downscript=no \
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | utils.subr | 361 jexec server1 /etc/rc.d/netif start lo0 371 jexec server2 /etc/rc.d/netif start lo0
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | Makefile | 48 netif \
|
| /freebsd/sys/contrib/xen/io/ |
| H A D | ring.h | 124 } netif; \
|