| /src/sbin/efi/ |
| devpath1.c | 292 const char *iftype; local 294 iftype = devpath_hw_bmc_iftype(p->IfaceType); 297 iftype, p->BaseAddress); 305 p->IfaceType, iftype,
|
| /src/sys/dev/pcmcia/ |
| pcmciavar.h | 83 int iftype; member in struct:pcmcia_config_entry
|
| /src/sys/netinet/ |
| if_arp.c | 1135 int iftype = 0; local 1137 iftype = _rcvif->if_type; 1139 if (iftype != IFT_CARP)
|
| /src/external/bsd/libpcap/dist/ |
| pcap-sita.c | 62 uint32_t iftype; /* the type of interface (DLT values) */ member in struct:iface 431 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { 445 iface->iftype = iftype; /* remember the interface type of this interface */ 455 switch (iftype) { 465 switch (iftype) { 475 switch (iftype) { 855 *linktype = p->iftype;
|
| /src/usr.sbin/moused/ |
| mouse.h | 86 int iftype; /* MOUSE_IF_XXX */ member in struct:mousehw 94 /* iftype */
|
| /src/external/bsd/tcpdump/dist/ |
| print-sflow.c | 253 nd_uint32_t iftype; member in struct:sflow_generic_counter_t 325 ND_PRINT("\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)", 327 GET_BE_U_4(sflow_gen_counter->iftype),
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211.h | 122 enum nl80211_iftype iftype; member in struct:wpa_driver_nl80211_data::drv_nl80211_iface_capa 310 const char *ifname, enum nl80211_iftype iftype,
|
| driver_nl80211_capa.c | 859 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); 862 nl80211_iftype_str(capa->iftype)); 1908 enum nl80211_iftype iftype; local 1915 iftype = NL80211_IFTYPE_STATION; 1918 iftype = NL80211_IFTYPE_ADHOC; 1921 iftype = NL80211_IFTYPE_AP; 1924 iftype = NL80211_IFTYPE_MESH_POINT; 1930 if (!nla_get_flag(tb_flags[iftype]))
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wps_supplicant.c | 202 enum wpa_driver_if_type iftype; local 254 iftype = ssid->p2p_group ? WPA_IF_P2P_CLIENT : WPA_IF_STATION; 258 (capa.key_mgmt_iftype[iftype] &
|
| p2p_supplicant.c | 5977 enum wpa_driver_if_type iftype; local 6086 iftype = WPA_IF_P2P_GROUP; 6088 iftype = WPA_IF_P2P_GO; 6089 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { 9656 enum wpa_driver_if_type iftype; local 9658 iftype = WPA_IF_P2P_GROUP; 9660 iftype = WPA_IF_P2P_GO; 9661 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) {
|
| ctrl_iface.c | 4282 enum wpa_driver_if_type iftype; local 4284 iftype = iftype_str_to_index(iftype_str); 4285 if (iftype == WPA_IF_MAX) 4287 key_mgmt = capa->key_mgmt_iftype[iftype]; 4772 char *next_param, *curr_param, *iftype = NULL; local 4793 else if (os_strncmp(curr_param, "iftype=", 7) == 0) 4794 iftype = curr_param + 7; 4800 field, iftype ? " iftype=" : "", iftype ? iftype : "" [all...] |