| /freebsd-11-stable/tools/tools/ifinfo/ |
| HD | ifinfo.c | 51 static const char *iftype(int); 167 printf("\ttype: %s\n", iftype(ifmd->ifmd_data.ifi_type)); in printit() 264 iftype(int type) in iftype() function
|
| /freebsd-11-stable/sys/dev/cx/ |
| HD | cxddk.c | 827 void cx_set_port (cx_chan_t *c, int iftype) in cx_set_port() argument 832 if ((c->board->if0type != 0) == (iftype != 0)) in cx_set_port() 834 c->board->if0type = iftype; in cx_set_port() 842 if ((c->board->if8type != 0) == (iftype != 0)) in cx_set_port() 844 c->board->if8type = iftype; in cx_set_port() 864 int iftype; in cx_get_port() local 869 iftype = c->board->if0type; break; in cx_get_port() 871 iftype = c->board->if8type; break; in cx_get_port() 876 if (iftype) in cx_get_port()
|
| HD | cxddk.h | 441 void cx_set_port (cx_chan_t *c, int iftype);
|
| /freebsd-11-stable/sys/dev/mlx/ |
| HD | mlx_pci.c | 84 int iftype; member 145 sc->mlx_iftype = m->iftype; in mlx_pci_attach()
|
| /freebsd-11-stable/contrib/libpcap/ |
| HD | pcap-sita.c | 59 uint32_t iftype; /* the type of interface (DLT values) */ member 420 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { in translate_IOP_to_pcap_name() argument 435 iface->iftype = iftype; /* remember the interface type of this interface */ in translate_IOP_to_pcap_name() 448 switch (iftype) { in translate_IOP_to_pcap_name() 458 switch (iftype) { in translate_IOP_to_pcap_name() 468 switch (iftype) { in translate_IOP_to_pcap_name() 851 *linktype = p->iftype; in acn_open_live()
|
| /freebsd-11-stable/contrib/wpa/src/drivers/ |
| HD | driver_nl80211.h | 109 enum nl80211_iftype iftype; member 234 const char *ifname, enum nl80211_iftype iftype,
|
| HD | driver_nl80211_capa.c | 578 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); in wiphy_info_extended_capab() 581 nl80211_iftype_str(capa->iftype)); in wiphy_info_extended_capab() 1558 enum nl80211_iftype iftype; in phy_info_iftype_copy() local 1563 iftype = NL80211_IFTYPE_STATION; in phy_info_iftype_copy() 1566 iftype = NL80211_IFTYPE_ADHOC; in phy_info_iftype_copy() 1569 iftype = NL80211_IFTYPE_AP; in phy_info_iftype_copy() 1572 iftype = NL80211_IFTYPE_MESH_POINT; in phy_info_iftype_copy() 1578 if (!nla_get_flag(tb_flags[iftype])) in phy_info_iftype_copy()
|
| /freebsd-11-stable/sys/dev/pccard/ |
| HD | pccardvarp.h | 64 int iftype; member
|
| HD | pccard_cis.c | 561 switch (cfe->iftype) { in pccard_print_cis() 998 cfe->iftype = reg & PCCARD_TPCE_IF_IFTYPE; in pccard_parse_cis_tuple()
|
| HD | pccard.c | 498 if (cfe->iftype != PCCARD_IFTYPE_IO) in pccard_function_init()
|
| /freebsd-11-stable/sys/sys/ |
| HD | mouse.h | 85 int iftype; /* MOUSE_IF_XXX */ member
|
| /freebsd-11-stable/usr.sbin/moused/ |
| HD | moused.c | 908 rodent.portname, r_if(rodent.hw.iftype), in main() 913 printf("%s\n", r_if(rodent.hw.iftype)); in main() 921 rodent.portname, r_if(rodent.hw.iftype), in main() 1505 rodent.hw.iftype = MOUSE_IF_UNKNOWN; in r_identify() 1554 rodent.hw.iftype = MOUSE_IF_SERIAL; in r_identify() 1587 r_if(int iftype) in r_if() argument 1590 return (gettokenname(rifs, iftype)); in r_if() 1770 if (rodent.hw.iftype == MOUSE_IF_SYSMOUSE) in r_init()
|
| /freebsd-11-stable/sys/dev/syscons/ |
| HD | sysmouse.c | 142 hw->iftype = MOUSE_IF_SYSMOUSE; in smdev_ioctl()
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | print-sflow.c | 237 uint8_t iftype[4]; member 312 EXTRACT_32BITS(sflow_gen_counter->iftype), in print_sflow_counter_generic()
|
| /freebsd-11-stable/sys/dev/vt/ |
| HD | vt_sysmouse.c | 371 hw->iftype = MOUSE_IF_SYSMOUSE; in sysmouse_ioctl()
|
| /freebsd-11-stable/sys/dev/adb/ |
| HD | adb_mouse.c | 163 sc->hw.iftype = MOUSE_IF_UNKNOWN; in adb_mouse_attach()
|
| /freebsd-11-stable/contrib/wpa/wpa_supplicant/ |
| HD | p2p_supplicant.c | 5498 enum wpa_driver_if_type iftype; in wpas_p2p_connect() local 5602 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_connect() 5604 iftype = WPA_IF_P2P_GO; in wpas_p2p_connect() 5605 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_connect() 9014 enum wpa_driver_if_type iftype; in wpas_p2p_nfc_tag_enabled() local 9016 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_nfc_tag_enabled() 9018 iftype = WPA_IF_P2P_GO; in wpas_p2p_nfc_tag_enabled() 9019 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_nfc_tag_enabled()
|
| /freebsd-11-stable/sys/dev/usb/input/ |
| HD | ums.c | 798 sc->sc_hw.iftype = MOUSE_IF_USB; in ums_reset()
|
| HD | wsp.c | 796 sc->sc_hw.iftype = MOUSE_IF_USB; in wsp_attach()
|
| HD | atp.c | 2270 sc->sc_hw.iftype = MOUSE_IF_USB; in atp_attach()
|
| /freebsd-11-stable/sys/compat/ndis/ |
| HD | subr_ndis.c | 490 flags, iftype) in NdisMSetAttributesEx() argument 495 ndis_interface_type iftype;
|
| /freebsd-11-stable/sys/dev/cyapa/ |
| HD | cyapa.c | 527 sc->hw.iftype = MOUSE_IF_PS2; in cyapa_attach()
|
| /freebsd-11-stable/sys/dev/atkbdc/ |
| HD | psm.c | 527 int iftype; member 1551 sc->hw.iftype = MOUSE_IF_PS2; 2625 ((old_mousehw_t *)addr)->iftype = sc->hw.iftype;
|
| /freebsd-11-stable/sys/net/ |
| HD | if.c | 2218 link_init_sdl(struct ifnet *ifp, struct sockaddr *paddr, u_char iftype) in link_init_sdl() argument 2227 sdl->sdl_type = iftype; in link_init_sdl()
|