Home
last modified time | relevance | path

Searched refs:netif (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/sys/lib/libsa/
Dnetif.h10 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 *);
Dnetif.c73 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()
Diodesc.h52 struct netif *io_netif;
DMakefile51 SRCS+= arp.c ether.c in_cksum.c net.c netif.c netudp.c rpc.c
/openbsd/src/sys/arch/luna88k/stand/boot/
Dif_le.c77 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/
Dif_prom.c48 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/
Defipxe.c59 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()
DMakefile35 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/
Defipxe.c59 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()
DMakefile36 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/
Defipxe.c59 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()
DMakefile36 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/
Dnetif_of.c58 static struct netif netif_of;
102 struct netif *ni; in netif_close()
/openbsd/src/sys/arch/macppc/stand/
Dnetif_of.c63 static struct netif netif_of;
114 struct netif *ni; in netif_close()
/openbsd/src/sys/arch/sparc64/stand/libsa/
DMakefile27 SRCS+= arp.c ether.c in_cksum.c net.c netif.c netudp.c rpc.c
/openbsd/src/sys/arch/amd64/stand/pxeboot/
DMakefile42 SRCS+= ether.c net.c netif.c rpc.c
/openbsd/src/sys/arch/i386/stand/pxeboot/
DMakefile39 SRCS+= bootp.c ether.c net.c netif.c rpc.c
/openbsd/src/gnu/usr.bin/gcc/gcc/
DFSFChangeLog.105711 * fixincludes: Avoid clobbering VxWorks drv/netif/if_med.h file.