Home
last modified time | relevance | path

Searched full:linkid (Results 1 – 13 of 13) sorted by relevance

/freebsd/usr.sbin/rtsold/
H A Dcap_sendmsg.c124 probe_defrouters(uint32_t ifindex, uint32_t linkid) in probe_defrouters() argument
163 dst.sin6_scope_id = linkid; in probe_defrouters()
172 rssend(uint32_t ifindex, uint32_t linkid, const void *data, size_t len) in rssend() argument
185 dst.sin6_scope_id = linkid; in rssend()
203 nvlist_add_number(nvl, "linkid", ifinfo->linkid); in cap_probe_defrouters()
214 return (probe_defrouters(ifinfo->sdl->sdl_index, ifinfo->linkid)); in cap_probe_defrouters()
227 nvlist_add_number(nvl, "linkid", ifinfo->linkid); in cap_rssend()
238 error = rssend(ifinfo->sdl->sdl_index, ifinfo->linkid, ifinfo->rs_data, in cap_rssend()
259 uint32_t ifindex, linkid; in sendmsg_command() local
267 linkid = (uint32_t)nvlist_get_number(nvlin, "linkid"); in sendmsg_command()
[all …]
H A Drtsold.h67 uint32_t linkid; /* link ID of this interface */ member
H A Drtsold.c445 if (inet_zoneid(AF_INET6, 2, ifname, &ifi->linkid)) in ifconfig()
449 ifi->linkid = ifi->sdl->sdl_index; in ifconfig()
/freebsd/sys/contrib/device-tree/Bindings/rng/
H A Dmicrosoft,vmgenid.yaml17 http://go.microsoft.com/fwlink/?LinkId=260709.
/freebsd/sys/dev/vmgenc/
H A Dvmgenc_acpi.c32 * https://go.microsoft.com/fwlink/p/?LinkID=260709 , and perhaps also:
/freebsd/contrib/wpa/wpa_supplicant/
H A Drobust_av.c200 /* Service Start Time LinkID is valid only when Service Start in wpas_populate_scs_descriptor_ie()
237 /* Service Start Time LinkID */ in wpas_populate_scs_descriptor_ie()
388 buf_len++; /* Service Start Time LinkID */ in qos_char_len()
H A Dwpa_supplicant_i.h619 /* Service Start Time LinkID */
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h2096 int linkid, bool qos) in ieee80211_nullfunc_get() argument
2103 return (linuxkpi_ieee80211_nullfunc_get(hw, vif, linkid, qos)); in ieee80211_nullfunc_get()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c4256 * Header + Key ID + Tx + LinkID + PN + GTK */
4267 * Header + Key ID + IPN + LinkID + IGTK */
4275 * Header + Key ID + BIPN + LinkID + BIGTK */
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6146 struct ieee80211_vif *vif, int linkid, bool qos) argument
6153 IMPROVE("linkid");
/freebsd/contrib/wpa/src/rsn_supp/
H A Dtdls.c1583 "TDLS: MLD link not found for linkid BSS " in wpa_tdls_is_lnkid_bss_valid()
H A Dwpa.c823 hdr[0] = i & 0xF; /* LinkID; no RSNE or RSNXE */ in wpa_mlo_link_kde()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c2756 … PFreq: %d SFreq: %d BW: %d VHT0: %d VHT1: %d HW_MODE: %d EDMGCH: %d PUNCBITMAP: 0x%x, LinkId: %d", in qca_nl80211_acs_select_ch()