Home
last modified time | relevance | path

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

12

/dragonfly/stand/lib/
HDnetif.h14 int (*netif_match)(struct netif *, void *);
15 int (*netif_probe)(struct netif *, void *);
19 void (*netif_end)(struct netif *);
43 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 *);
HDnetif.c75 netif_match(struct netif *nif, void *machdep_hint) in netif_match()
87 struct netif *
92 struct netif cur_if; in netif_select()
93 static struct netif best_if; in netif_select()
157 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe()
169 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) in netif_attach()
189 netif_detach(struct netif *nif) in netif_detach()
209 struct netif *nif = desc->io_netif; in netif_get()
236 struct netif *nif = desc->io_netif; in netif_put()
274 struct netif *nif; in netif_open()
HDMakefile106 SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
113 SRCS+= netif.c nfs.c
HDiodesc.h47 struct netif *io_netif;
/dragonfly/sys/conf/
HDfiles113 dev/netif/ae/if_ae.c optional ae
114 dev/netif/age/if_age.c optional age
153 dev/netif/ath/ath_hal/ah_osdep.c optional ath_hal
154 dev/netif/ath/ath_hal/ah.c optional ath_hal
155 dev/netif/ath/ath_hal/ah_eeprom_v1.c optional ath_hal
156 dev/netif/ath/ath_hal/ah_eeprom_v14.c optional ath_hal
157 dev/netif/ath/ath_hal/ah_eeprom_v3.c optional ath_hal
158 dev/netif/ath/ath_hal/ah_eeprom_v4k.c optional ath_hal
159 dev/netif/ath/ath_hal/ah_eeprom_9287.c optional ath_hal
160 dev/netif/ath/ath_hal/ah_regdomain.c optional ath_hal
[all …]
HDkmod.mk342 bus/iicbus/iicbus_if.m bus/isa/isa_if.m dev/netif/mii_layer/miibus_if.m \
385 miidevs.h: dragonfly/tools/miidevs2h.awk dragonfly/dev/netif/mii_layer/miidevs
387 ${AWK} -f dragonfly/tools/miidevs2h.awk dragonfly/dev/netif/mii_layer/miidevs
HDkern.pre.mk78 INCLUDES+= -I$S/dev/netif/ath/ath_hal -I$S/contrib/dev/ath/ath_hal
/dragonfly/stand/boot/efi/libefi/
HDefinet.c46 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()
240 efinet_end(struct netif *nif) in efinet_end()
/dragonfly/etc/
HDpccard_ether73 /etc/rc.d/netif start $ifn
94 /etc/rc.d/netif stop $ifn
115 /etc/rc.d/netif start $child
122 /etc/rc.d/netif stop $child
/dragonfly/tools/tools/ath/
HDMakefile.inc12 CFLAGS+=-I${.CURDIR}/../../../../sys/dev/netif/ath/ath
13 CFLAGS+=-I${.CURDIR}/../../../../sys/dev/netif/ath/ath_hal
/dragonfly/sys/netproto/802_11/
HDREADME.DRAGONFLY9 <dev/blah/blah.h> -> <dev/netif/blah/blah.h>
36 * netif interface
98 netif/ath or netif/iwn
101 just CTLFLAG_RW plus an additional TUNABLE* macro (see netif/ath
/dragonfly/stand/boot/pc32/libi386/
HDpxe.c85 static int pxe_netif_match(struct netif *nif, void *machdep_hint);
86 static int pxe_netif_probe(struct netif *nif, void *machdep_hint);
91 static void pxe_netif_end(struct netif *nif);
533 pxe_netif_match(struct netif *nif, void *machdep_hint) in pxe_netif_match()
540 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe()
559 pxe_netif_end(struct netif *nif) in pxe_netif_end()
HDdevicename.c169 idev->d_kind.netif.unit = unit; in i386_parsedev()
222 sprintf(buf, "%s%d:", dev->d_dev->dv_name, dev->d_kind.netif.unit); in i386_fmtdev()
HDlibi386.h57 } netif; member
/dragonfly/sys/platform/vkernel64/platform/
HDinit.c1043 netif_open_tap(const char *netif, int *tap_unit, int s) in netif_open_tap() argument
1052 if (strcmp(netif, "auto") == 0) { in netif_open_tap()
1065 if (netif[0] == '/') /* Absolute path */ in netif_open_tap()
1066 strlcpy(tap_dev, netif, sizeof(tap_dev)); in netif_open_tap()
1068 snprintf(tap_dev, sizeof(tap_dev), "/dev/%s", netif); in netif_open_tap()
1312 char *netif; in init_netif() local
1318 netif = strtok(netifExp[i], ":"); in init_netif()
1319 if (netif == NULL) { in init_netif()
1328 tap_fd = netif_open_tap(netif, &tap_unit, s); in init_netif()
/dragonfly/sys/platform/pc64/
HDMakefile.inc4 DEV_SUPPORT= acpica agp bridge crypto disk drm misc netif \
/dragonfly/tools/tools/ath/athrd/
HDMakefile3 .PATH: ${.CURDIR}/../../../../sys/dev/netif/ath/ath_hal
/dragonfly/sys/dev/
HDMakefile10 netif \
/dragonfly/stand/boot/efi/include/
HDefilib.h63 } netif; member
/dragonfly/sys/dev/netif/mii_layer/
HDmiibus_if.m2 # $DragonFly: src/sys/dev/netif/mii_layer/miibus_if.m,v 1.3 2003/11/17 00:54:40 asmodai Exp $
/dragonfly/etc/rc.d/
HDMakefile19 named netif netoptions newsyslog \
/dragonfly/sys/dev/netif/em/
HDLICENSE1 $DragonFly: src/sys/dev/netif/em/LICENSE,v 1.4 2005/11/08 12:48:18 sephe Exp $
/dragonfly/etc/mtree/
HDBSD.include.dist211 netif
/dragonfly/test/debug/
HDchkincludes18 awk -f /usr/src/sys/tools/makeobjops.awk -- -h /usr/src/sys/dev/netif/mii_layer/miibus_if.m
/dragonfly/stand/boot/pc32/loader/
HDmain.c310 new_currdev.d_kind.netif.unit = 0; in extract_currdev()

12