/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 | 130 SRCS+= arp.c ether.c ip.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
|
/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/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/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 | 83 /etc/rc.d/netif quietstart $ifn 104 /etc/rc.d/netif quietstop $ifn 125 /etc/rc.d/netif quietstart $child 132 /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 | 44 static void efinet_end(struct netif *); 47 static int efinet_match(struct netif *, void *); 48 static int efinet_probe(struct netif *, void *); 98 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match() 108 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe() 135 struct netif *nif = desc->io_netif; in efinet_put() 165 struct netif *nif = desc->io_netif; in efinet_get() 271 struct netif *nif = desc->io_netif; in efinet_init() 329 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); 347 pxe_netif_match(struct netif *nif, void *machdep_hint) in pxe_netif_match() 353 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe() 362 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/libexec/rc/rc.d/ |
H A D | Makefile | 58 netif \
|
/freebsd/sys/contrib/xen/io/ |
H A D | ring.h | 124 } netif; \
|