| /freebsd-14.2/tools/tools/ifinfo/ |
| H A D | ifinfo.c | 49 static const char *iftype(int); 164 printf("\ttype: %s\n", iftype(ifmd->ifmd_data.ifi_type)); in printit() 259 iftype(int type) in iftype() function
|
| /freebsd-14.2/sbin/ifconfig/ |
| H A D | af_link.c | 164 convert_iftype(uint8_t iftype) in convert_iftype() argument 166 switch (iftype) { in convert_iftype() 172 return (iftype); in convert_iftype()
|
| /freebsd-14.2/sys/dev/mlx/ |
| H A D | mlx_pci.c | 84 int iftype; member 145 sc->mlx_iftype = m->iftype; in mlx_pci_attach()
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | pcap-sita.c | 57 uint32_t iftype; /* the type of interface (DLT values) */ member 426 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { in translate_IOP_to_pcap_name() argument 440 iface->iftype = iftype; /* remember the interface type of this interface */ in translate_IOP_to_pcap_name() 450 switch (iftype) { in translate_IOP_to_pcap_name() 460 switch (iftype) { in translate_IOP_to_pcap_name() 470 switch (iftype) { in translate_IOP_to_pcap_name() 850 *linktype = p->iftype; in acn_open_live()
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | init.c | 599 enum nl80211_iftype iftype) in mt7996_init_he_caps() argument 633 switch (iftype) { in mt7996_init_he_caps() 696 mt7996_set_stream_he_txbf_caps(phy, he_cap, iftype); in mt7996_init_he_caps() 726 enum nl80211_iftype iftype) in mt7996_init_eht_caps() argument 823 struct ieee80211_sband_iftype_data *data = phy->iftype[band]; in __mt7996_set_stream_he_eht_caps()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1121 enum nl80211_iftype iftype; member 1233 int iftype; member 2010 enum nl80211_iftype iftype) in cfg80211_reg_can_beacon() argument 2061 enum nl80211_iftype iftype) in ieee80211_get_sband_iftype_data() argument 2068 if (iftype_data->types_mask & BIT(iftype)) in ieee80211_get_sband_iftype_data() 2077 enum nl80211_iftype iftype) in ieee80211_get_eht_iftype_cap() argument 2107 cfg80211_get_iftype_ext_capa(struct wiphy *wiphy, enum nl80211_iftype iftype) in cfg80211_get_iftype_ext_capa() argument
|
| /freebsd-14.2/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.h | 122 enum nl80211_iftype iftype; member 310 const char *ifname, enum nl80211_iftype iftype,
|
| H A D | driver_nl80211_capa.c | 859 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); in wiphy_info_extended_capab() 862 nl80211_iftype_str(capa->iftype)); in wiphy_info_extended_capab() 1908 enum nl80211_iftype iftype; in phy_info_iftype_copy() local 1915 iftype = NL80211_IFTYPE_STATION; in phy_info_iftype_copy() 1918 iftype = NL80211_IFTYPE_ADHOC; in phy_info_iftype_copy() 1921 iftype = NL80211_IFTYPE_AP; in phy_info_iftype_copy() 1924 iftype = NL80211_IFTYPE_MESH_POINT; in phy_info_iftype_copy() 1930 if (!nla_get_flag(tb_flags[iftype])) in phy_info_iftype_copy()
|
| /freebsd-14.2/sys/dev/pccard/ |
| H A D | pccardvarp.h | 63 int iftype; member
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | sta.h | 477 int iwl_mvm_find_free_sta_id(struct iwl_mvm *mvm, enum nl80211_iftype iftype); 553 u32 qmask, enum nl80211_iftype iftype,
|
| H A D | time-event.c | 681 enum nl80211_iftype iftype; in __iwl_mvm_remove_time_event() local 687 iftype = te_data->vif->type; in __iwl_mvm_remove_time_event() 716 if (iftype == NL80211_IFTYPE_P2P_DEVICE) { in __iwl_mvm_remove_time_event()
|
| H A D | mld-sta.c | 177 enum nl80211_iftype iftype, in iwl_mvm_mld_add_int_sta() argument 187 ret = iwl_mvm_allocate_int_sta(mvm, int_sta, 0, iftype, in iwl_mvm_mld_add_int_sta()
|
| /freebsd-14.2/tests/sys/net/routing/ |
| H A D | test_routing_l3.py | 105 gw_link = SaHelper.link_sa(ifindex=tun_ifindex, iftype=IFT_ETHER)
|
| /freebsd-14.2/sys/sys/ |
| H A D | mouse.h | 83 int iftype; /* MOUSE_IF_XXX */ member
|
| /freebsd-14.2/usr.sbin/moused/ |
| H A D | moused.c | 883 rodent.portname, r_if(rodent.hw.iftype), in main() 888 printf("%s\n", r_if(rodent.hw.iftype)); in main() 896 rodent.portname, r_if(rodent.hw.iftype), in main() 1480 rodent.hw.iftype = MOUSE_IF_UNKNOWN; in r_identify() 1526 rodent.hw.iftype = MOUSE_IF_SERIAL; in r_identify() 1557 r_if(int iftype) in r_if() argument 1560 return (gettokenname(rifs, iftype)); in r_if() 1740 if (rodent.hw.iftype == MOUSE_IF_SYSMOUSE) in r_init()
|
| /freebsd-14.2/tests/atf_python/sys/net/ |
| H A D | vnet.py | 60 self.iftype = self.IFT_LOOP 62 self.iftype = self.IFT_ETHER
|
| H A D | rtsock.py | 221 def link_sa(ifindex: int = 0, iftype: int = 0) -> bytes: 222 sa = SockaddrDl(sizeof(SockaddrDl), socket.AF_LINK, c_ushort(ifindex), iftype)
|
| /freebsd-14.2/sys/dev/syscons/ |
| H A D | sysmouse.c | 141 hw->iftype = MOUSE_IF_SYSMOUSE; in smdev_ioctl()
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | init.c | 1153 data = phy->iftype[NL80211_BAND_2GHZ]; in mt7915_set_stream_he_caps() 1162 data = phy->iftype[NL80211_BAND_5GHZ]; in mt7915_set_stream_he_caps() 1171 data = phy->iftype[NL80211_BAND_6GHZ]; in mt7915_set_stream_he_caps()
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-sflow.c | 248 nd_uint32_t iftype; member 322 GET_BE_U_4(sflow_gen_counter->iftype), in print_sflow_counter_generic()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dbg.h | 83 wdev->iftype == trig_vif; in iwl_fw_dbg_trigger_vif_match()
|
| /freebsd-14.2/sys/dev/vt/ |
| H A D | vt_sysmouse.c | 375 hw->iftype = MOUSE_IF_SYSMOUSE; in sysmouse_ioctl()
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt792x.h | 101 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES]; member
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | main.c | 195 data = phy->iftype[NL80211_BAND_2GHZ]; in mt7921_set_stream_he_caps() 204 data = phy->iftype[NL80211_BAND_5GHZ]; in mt7921_set_stream_he_caps() 212 data = phy->iftype[NL80211_BAND_6GHZ]; in mt7921_set_stream_he_caps()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 4440 int iftype, u8 num_tx_chains, in ath12k_mac_copy_he_cap() argument 4461 switch (iftype) { in ath12k_mac_copy_he_cap() 4558 int iftype, in ath12k_mac_copy_eht_cap() argument 4570 switch (iftype) { in ath12k_mac_copy_eht_cap() 4647 ar->mac.iftype[band], in ath12k_mac_setup_sband_iftype_data() 4650 sband->iftype_data = ar->mac.iftype[band]; in ath12k_mac_setup_sband_iftype_data() 4657 ar->mac.iftype[band], in ath12k_mac_setup_sband_iftype_data() 4660 sband->iftype_data = ar->mac.iftype[band]; in ath12k_mac_setup_sband_iftype_data() 4668 ar->mac.iftype[band], in ath12k_mac_setup_sband_iftype_data() 7143 .iftype = NL80211_IFTYPE_STATION, [all …]
|