Searched refs:netif (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/sys/lib/libsa/ |
| 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 *);
|
| D | netif.c | 73 netif_match(struct netif *nif, void *machdep_hint) in netif_match() 85 struct netif * 90 struct netif cur_if; in netif_select() 91 static struct netif best_if; in netif_select() 160 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe() 172 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) in netif_attach() 192 netif_detach(struct netif *nif) in netif_detach() 212 struct netif *nif = desc->io_netif; in netif_get() 239 struct netif *nif = desc->io_netif; in netif_put() 277 struct netif *nif; in netif_open()
|
| D | iodesc.h | 52 struct netif *io_netif;
|
| D | Makefile | 51 SRCS+= arp.c ether.c in_cksum.c net.c netif.c netudp.c rpc.c
|
| /openbsd/src/sys/arch/luna88k/stand/boot/ |
| D | if_le.c | 77 static int le_match(struct netif *, void *); 78 static int le_probe(struct netif *, void *); 82 static void le_end(struct netif *); 129 le_match(struct netif *nif, void *machdep_hint) in le_match() 150 le_probe(struct netif *nif, void *machdep_hint) in le_probe() 161 struct netif *nif = desc->io_netif; in le_init() 183 struct netif *nif = desc->io_netif; in le_get() 202 struct netif *nif = desc->io_netif; in le_put() 218 le_end(struct netif *nif) in le_end()
|
| /openbsd/src/sys/arch/alpha/stand/netboot/ |
| D | if_prom.c | 48 int prom_match(struct netif *, void *); 49 int prom_probe(struct netif *, void *); 53 void prom_end(struct netif *); 89 prom_match(struct netif *nif, void *machdep_hint) in prom_match() 96 prom_probe(struct netif *nif, void *machdep_hint) in prom_probe() 241 prom_end(struct netif *nif) in prom_end()
|
| /openbsd/src/sys/arch/armv7/stand/efiboot/ |
| D | efipxe.c | 59 int efinet_probe(struct netif *, void *); 60 int efinet_match(struct netif *, void *); 64 void efinet_end(struct netif *); 393 efinet_match(struct netif *nif, void *v) in efinet_match() 399 efinet_probe(struct netif *nif, void *v) in efinet_probe() 510 efinet_end(struct netif *nif) in efinet_end()
|
| D | Makefile | 35 SRCS+= arp.c ether.c globals.c in_cksum.c net.c netif.c netudp.c tftp.c
|
| /openbsd/src/sys/arch/riscv64/stand/efiboot/ |
| D | efipxe.c | 59 int efinet_probe(struct netif *, void *); 60 int efinet_match(struct netif *, void *); 64 void efinet_end(struct netif *); 393 efinet_match(struct netif *nif, void *v) in efinet_match() 399 efinet_probe(struct netif *nif, void *v) in efinet_probe() 510 efinet_end(struct netif *nif) in efinet_end()
|
| D | Makefile | 36 SRCS+= arp.c ether.c globals.c in_cksum.c net.c netif.c netudp.c tftp.c
|
| /openbsd/src/sys/arch/arm64/stand/efiboot/ |
| D | efipxe.c | 59 int efinet_probe(struct netif *, void *); 60 int efinet_match(struct netif *, void *); 64 void efinet_end(struct netif *); 393 efinet_match(struct netif *nif, void *v) in efinet_match() 399 efinet_probe(struct netif *nif, void *v) in efinet_probe() 510 efinet_end(struct netif *nif) in efinet_end()
|
| D | Makefile | 36 SRCS+= arp.c ether.c globals.c in_cksum.c net.c netif.c netudp.c tftp.c
|
| /openbsd/src/sys/arch/sparc64/stand/ofwboot/ |
| D | netif_of.c | 58 static struct netif netif_of; 102 struct netif *ni; in netif_close()
|
| /openbsd/src/sys/arch/macppc/stand/ |
| D | netif_of.c | 63 static struct netif netif_of; 114 struct netif *ni; in netif_close()
|
| /openbsd/src/sys/arch/sparc64/stand/libsa/ |
| D | Makefile | 27 SRCS+= arp.c ether.c in_cksum.c net.c netif.c netudp.c rpc.c
|
| /openbsd/src/sys/arch/amd64/stand/pxeboot/ |
| D | Makefile | 42 SRCS+= ether.c net.c netif.c rpc.c
|
| /openbsd/src/sys/arch/i386/stand/pxeboot/ |
| D | Makefile | 39 SRCS+= bootp.c ether.c net.c netif.c rpc.c
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | FSFChangeLog.10 | 5711 * fixincludes: Avoid clobbering VxWorks drv/netif/if_med.h file.
|