Searched refs:iftype (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dpcmcia_cis_quirks.c63 .iftype = PCMCIA_IFTYPE_IO,
81 .iftype = PCMCIA_IFTYPE_IO,
99 .iftype = PCMCIA_IFTYPE_IO,
116 .iftype = PCMCIA_IFTYPE_IO,
135 .iftype = PCMCIA_IFTYPE_IO,
154 .iftype = PCMCIA_IFTYPE_IO,
172 .iftype = PCMCIA_IFTYPE_IO,
192 .iftype = PCMCIA_IFTYPE_IO,
212 .iftype = PCMCIA_IFTYPE_IO,
230 .iftype
[all...]
H A Dwdc_pcmcia.c188 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
198 if (cfe->iftype != PCMCIA_IFTYPE_MEMORY ||
239 if (cfe->iftype == PCMCIA_IFTYPE_MEMORY) {
276 if (cfe->iftype == PCMCIA_IFTYPE_MEMORY) {
H A Daic_pcmcia.c100 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dif_an_pcmcia.c114 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dif_cs_pcmcia.c90 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dspc_pcmcia.c95 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dcom_pcmcia.c164 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dif_awi_pcmcia.c167 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dif_mbe_pcmcia.c154 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dif_sm_pcmcia.c126 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dnca_pcmcia.c103 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dpcmciavar.h83 int iftype; member in struct:pcmcia_config_entry
H A Dpcmcom.c131 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Desp_pcmcia.c142 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dpcmcia_cis.c627 switch (cfe->iftype) {
999 .iftype = PCMCIA_IFTYPE_MEMORY,
1150 cfe->iftype = reg & PCMCIA_TPCE_IF_IFTYPE;
H A Dif_wi_pcmcia.c315 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dbtbc.c158 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dif_ne_pcmcia.c567 if (cfe->iftype != PCMCIA_IFTYPE_IO ||
H A Dpcmcia.c488 pcmcia_socket_settype(sc->dev, pf->cfe->iftype);
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-sita.c61 uint32_t iftype; /* the type of interface (DLT values) */ member in struct:iface
411 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { argument
422 iface->iftype = iftype; /* remember the interface type of this interface */
430 switch (iftype) {
436 switch (iftype) {
442 switch (iftype) {
787 *linktype = p->iftype;
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Diso_snpac.c428 int new_entry = 0, index = ifp->if_index, iftype = ifp->if_type; local
456 sockaddr_dl_init(&gte_dl, sizeof(gte_dl), index, iftype,
491 sockaddr_dl_init(sdl, sdl->sdl_len, index, iftype,
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-sflow.c205 u_int8_t iftype[4]; member in struct:sflow_generic_counter_t
461 printf("\n\t ifindex %u, iftype %u, ifspeed %u, ifdirection %u (%s)",
463 EXTRACT_32BITS(sflow_gen_counter->iftype),
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmouse.h86 int iftype; /* MOUSE_IF_XXX */ member in struct:mousehw
94 /* iftype */
H A Dmoused.c798 rodent.portname, r_if(rodent.hw.iftype),
803 printf("%s\n", r_if(rodent.hw.iftype));
811 rodent.portname, r_if(rodent.hw.iftype),
1152 rodent.hw.iftype = MOUSE_IF_SERIAL;
1185 r_if(int iftype) argument
1189 s = gettokenname(rifs, iftype);
1368 if (rodent.hw.iftype == MOUSE_IF_SYSMOUSE)
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211.c3023 enum nl80211_iftype iftype,
3038 NLA_PUT_U32(msg, NL80211_ATTR_IFTYPE, iftype);
3040 if (iftype == NL80211_IFTYPE_MONITOR) {
3079 if (addr && iftype != NL80211_IFTYPE_MONITOR &&
3090 const char *ifname, enum nl80211_iftype iftype,
3095 ret = nl80211_create_iface_once(drv, ifname, iftype, addr, wds);
3105 ret = nl80211_create_iface_once(drv, ifname, iftype, addr,
5124 "allowed in station mode (iftype=%d)",
3021 nl80211_create_iface_once(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds) argument
3089 nl80211_create_iface(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds) argument

Completed in 171 milliseconds

12