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

/freebsd-12-stable/sys/dev/mlx/
H A Dmlx_pci.c86 int iftype; member in struct:mlx_ident
147 sc->mlx_iftype = m->iftype;
/freebsd-12-stable/tools/tools/ifinfo/
H A Difinfo.c51 static const char *iftype(int);
167 printf("\ttype: %s\n", iftype(ifmd->ifmd_data.ifi_type));
264 iftype(int type) function
/freebsd-12-stable/sys/dev/pccard/
H A Dpccardvarp.h66 int iftype; member in struct:pccard_config_entry
H A Dpccard_cis.c563 switch (cfe->iftype) {
1000 cfe->iftype = reg & PCCARD_TPCE_IF_IFTYPE;
H A Dpccard.c503 if (cfe->iftype != PCCARD_IFTYPE_IO)
/freebsd-12-stable/sys/dev/cx/
H A Dcxddk.c827 void cx_set_port (cx_chan_t *c, int iftype) argument
832 if ((c->board->if0type != 0) == (iftype != 0))
834 c->board->if0type = iftype;
842 if ((c->board->if8type != 0) == (iftype != 0))
844 c->board->if8type = iftype;
864 int iftype; local
869 iftype = c->board->if0type; break;
871 iftype = c->board->if8type; break;
876 if (iftype)
H A Dcxddk.h441 void cx_set_port (cx_chan_t *c, int iftype);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h109 enum nl80211_iftype iftype; member in struct:wpa_driver_nl80211_data::drv_nl80211_ext_capa
234 const char *ifname, enum nl80211_iftype iftype,
H A Ddriver_nl80211_capa.c578 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]);
581 nl80211_iftype_str(capa->iftype));
1558 enum nl80211_iftype iftype; local
1563 iftype = NL80211_IFTYPE_STATION;
1566 iftype = NL80211_IFTYPE_ADHOC;
1569 iftype = NL80211_IFTYPE_AP;
1572 iftype = NL80211_IFTYPE_MESH_POINT;
1578 if (!nla_get_flag(tb_flags[iftype]))
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-sita.c59 uint32_t iftype; /* the type of interface (DLT values) */ member in struct:iface
420 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { argument
435 iface->iftype = iftype; /* remember the interface type of this interface */
448 switch (iftype) {
458 switch (iftype) {
468 switch (iftype) {
851 *linktype = p->iftype;
/freebsd-12-stable/sys/dev/syscons/
H A Dsysmouse.c144 hw->iftype = MOUSE_IF_SYSMOUSE;
/freebsd-12-stable/sys/sys/
H A Dmouse.h85 int iftype; /* MOUSE_IF_XXX */ member in struct:mousehw
142 /* iftype */
/freebsd-12-stable/usr.sbin/moused/
H A Dmoused.c908 rodent.portname, r_if(rodent.hw.iftype),
913 printf("%s\n", r_if(rodent.hw.iftype));
921 rodent.portname, r_if(rodent.hw.iftype),
1505 rodent.hw.iftype = MOUSE_IF_UNKNOWN;
1554 rodent.hw.iftype = MOUSE_IF_SERIAL;
1587 r_if(int iftype) argument
1590 return (gettokenname(rifs, iftype));
1770 if (rodent.hw.iftype == MOUSE_IF_SYSMOUSE)
/freebsd-12-stable/sys/dev/vt/
H A Dvt_sysmouse.c373 hw->iftype = MOUSE_IF_SYSMOUSE;
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-sflow.c237 uint8_t iftype[4]; member in struct:sflow_generic_counter_t
310 ND_PRINT((ndo, "\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)",
312 EXTRACT_32BITS(sflow_gen_counter->iftype),
/freebsd-12-stable/sys/dev/adb/
H A Dadb_mouse.c165 sc->hw.iftype = MOUSE_IF_UNKNOWN;
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c5498 enum wpa_driver_if_type iftype; local
5602 iftype = WPA_IF_P2P_GROUP;
5604 iftype = WPA_IF_P2P_GO;
5605 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) {
9014 enum wpa_driver_if_type iftype; local
9016 iftype = WPA_IF_P2P_GROUP;
9018 iftype = WPA_IF_P2P_GO;
9019 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) {
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ndis.c492 flags, iftype)
497 ndis_interface_type iftype;
/freebsd-12-stable/sys/dev/cyapa/
H A Dcyapa.c549 sc->hw.iftype = MOUSE_IF_PS2;
/freebsd-12-stable/sys/dev/usb/input/
H A Dums.c800 sc->sc_hw.iftype = MOUSE_IF_USB;
H A Dwsp.c798 sc->sc_hw.iftype = MOUSE_IF_USB;
H A Datp.c2272 sc->sc_hw.iftype = MOUSE_IF_USB;
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c528 int iftype; member in struct:old_mousehw
1556 sc->hw.iftype = MOUSE_IF_PS2;
2633 ((old_mousehw_t *)addr)->iftype = sc->hw.iftype;
/freebsd-12-stable/sys/net/
H A Dif.c2326 link_init_sdl(struct ifnet *ifp, struct sockaddr *paddr, u_char iftype) argument
2335 sdl->sdl_type = iftype;

Completed in 394 milliseconds