Home
last modified time | relevance | path

Searched refs:assoc (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c107 static void AddGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int directi…
108 static int Add_Global_Address_to_List(struct sctp_nat_assoc *assoc, struct sctp_GlobalAddress *G_…
109 static void RmGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int directio…
114 struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc);
117 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
119 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
121 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
123 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
125 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
127 struct sctp_nat_assoc *assoc, int sndrply, int direction);
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmcc.c236 bool *assoc = data; in iwl_mld_find_assoc_vif_iterator() local
239 vif->cfg.assoc) in iwl_mld_find_assoc_vif_iterator()
240 *assoc = true; in iwl_mld_find_assoc_vif_iterator()
245 bool assoc = false; in iwl_mld_is_a_vif_assoc() local
250 &assoc); in iwl_mld_is_a_vif_assoc()
251 return assoc; in iwl_mld_is_a_vif_assoc()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c300 struct privsep_cmd_associate *assoc; in wpa_priv_cmd_associate() local
307 if (len < sizeof(*assoc)) { in wpa_priv_cmd_associate()
312 assoc = buf; in wpa_priv_cmd_associate()
313 if (sizeof(*assoc) + assoc->wpa_ie_len > len) { in wpa_priv_cmd_associate()
319 bssid = assoc->bssid; in wpa_priv_cmd_associate()
322 params.ssid = assoc->ssid; in wpa_priv_cmd_associate()
323 if (assoc->ssid_len > SSID_MAX_LEN) in wpa_priv_cmd_associate()
325 params.ssid_len = assoc->ssid_len; in wpa_priv_cmd_associate()
326 params.freq.mode = assoc->hwmode; in wpa_priv_cmd_associate()
327 params.freq.freq = assoc->freq; in wpa_priv_cmd_associate()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220-coresight.dtsi388 arm,cs-dev-assoc = <&etm0>;
401 arm,cs-dev-assoc = <&etm1>;
414 arm,cs-dev-assoc = <&etm2>;
427 arm,cs-dev-assoc = <&etm3>;
440 arm,cs-dev-assoc = <&etm4>;
453 arm,cs-dev-assoc = <&etm5>;
466 arm,cs-dev-assoc = <&etm6>;
479 arm,cs-dev-assoc = <&etm7>;
/freebsd/sys/dev/iwi/
H A Dif_iwi.c1395 struct iwi_notif_association *assoc; in iwi_notification_intr() local
1478 assoc = (struct iwi_notif_association *)(notif + 1); in iwi_notification_intr()
1479 switch (assoc->state) { in iwi_notification_intr()
1488 (const struct ieee80211_frame *)(assoc+1), in iwi_notification_intr()
1489 le16toh(notif->len) - sizeof(*assoc) - 1); in iwi_notification_intr()
1511 "unknown association state %u\n", assoc->state); in iwi_notification_intr()
2830 struct iwi_associate *assoc = &sc->assoc; in iwi_auth_and_assoc() local
2905 memset(assoc, 0, sizeof *assoc); in iwi_auth_and_assoc()
2910 assoc->policy |= htole16(IWI_POLICY_WME); in iwi_auth_and_assoc()
2927 assoc->mode = mode; in iwi_auth_and_assoc()
[all …]
/freebsd/tools/tools/net80211/w00t/
H A DREADME10 assoc A wifi client.
24 assoc:
32 ./assoc -s w00t -t tap0
38 The same as assoc, but acts as an access point. Example:
/freebsd/contrib/tcpdump/
H A Dprint-ntp.c215 nd_uint16_t assoc; /* Association ID */ member
346 uint16_t sequence, status, assoc, offset, count; in ntp_control_print() local
366 assoc = GET_BE_U_2(cd->assoc); in ntp_control_print()
367 ND_PRINT(", Assoc.=%hu", assoc); in ntp_control_print()
/freebsd/tools/tools/net80211/scripts/
H A Dsetup.simple215 wlandebug -i $WLAN state+scan+assoc
22 wlandebug -i $WLAN state+scan+assoc
H A Dsetup.wdsrelay20 wlandebug -i $WLAN_AP state+assoc+wds+11n
24 wlandebug -i $WLAN_STA state+assoc+auth+wds+scan+11n
H A Dsetup.mixed39 wlandebug -i $WPA_WLAN state+assoc+11n
46 wlandebug -i $OPEN_WLAN state+assoc+11n
/freebsd/sys/netinet/
H A Dsctp_kdtrace.c140 SDT_PROBE_DEFINE4(sctp, rwnd, assoc, val,
164 SDT_PROBE_DEFINE4(sctp, flightsize, assoc, val,
H A Dsctp_kdtrace.h77 SDT_PROBE_DECLARE(sctp, rwnd, assoc, val);
81 SDT_PROBE_DECLARE(sctp, flightsize, assoc, val);
/freebsd/contrib/ntp/ntpd/
H A Dntp_peer.c372 associd_t assoc in findpeerbyassoc()
379 hash = assoc & NTP_HASH_MASK; in findpeerbyassoc()
381 if (assoc == p->associd) in findpeerbyassoc()
546 mprintf_event(PEVNT_DEMOBIL, peer, "assoc %u", peer->associd); in unpeer()
1065 mprintf_event(PEVNT_MOBIL, peer, "assoc %d", peer->associd); in peer_all_reset()
370 findpeerbyassoc(associd_t assoc) findpeerbyassoc() argument
1107 associd_t assoc; peer_cleanup() local
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/
H A Dleftassoc.dat1 NOTE left-assoc:pass-all right-assoc:pass-none : 2002-04-29
H A Drightassoc.dat1 NOTE left-assoc:pass-none right-assoc:pass-all : 2002-04-29
H A Dforcedassoc.dat1 NOTE left-assoc:pass-all right-assoc:pass-all : 2002-04-29
/freebsd/crypto/krb5/src/plugins/preauth/securid_sam2/
H A Dsecurid_sam2_main.c57 struct _krb5_db_entry_new *assoc = NULL; in sam_get_db_entry() local
87 retval = krb5_db_get_principal(context, newp, 0, &assoc); in sam_get_db_entry()
106 *db_entry = assoc; in sam_get_db_entry()
108 krb5_db_free_principal(context, assoc); in sam_get_db_entry()
/freebsd/sys/contrib/dev/iwlwifi/mld/tests/
H A Dlink.c53 vif->cfg.assoc = false; in fake_ieee80211_connection_loss()
94 KUNIT_ASSERT_NE(test, vif->cfg.assoc, test_param->output.disconnected); in test_missed_beacon()
/freebsd/contrib/byacc/
H A Dmkpar.c100 temp->assoc = symbol_assoc[symbol]; in get_shifts()
161 temp->assoc = rassoc[ruleno]; in add_reduce()
274 else if (pref->assoc == LEFT) in remove_conflicts()
279 else if (pref->assoc == RIGHT) in remove_conflicts()
H A Dreader.c1747 declare_tokens(int assoc) in declare_tokens() argument
1754 if (assoc != TOKEN) in declare_tokens()
1788 if (assoc != TOKEN) in declare_tokens()
1792 bp->assoc = (Assoc_t)assoc; in declare_tokens()
1819 declare_expect(int assoc) in declare_expect() argument
1823 if (assoc != EXPECT && assoc != EXPECT_RR) in declare_expect()
1838 if (assoc == EXPECT) in declare_expect()
3614 rassoc[nrules] = bp->assoc; in mark_symbol()
3899 symbol_assoc[i] = v[i]->assoc; in pack_symbols()
3924 symbol_assoc[k] = v[i]->assoc; in pack_symbols()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-base.dtsi301 arm,cs-dev-assoc = <&etm0>;
373 arm,cs-dev-assoc = <&etm1>;
410 arm,cs-dev-assoc = <&etm2>;
494 arm,cs-dev-assoc = <&etm3>;
531 arm,cs-dev-assoc = <&etm4>;
568 arm,cs-dev-assoc = <&etm5>;
588 arm,cs-dev-assoc = <&etr_sys>;
597 arm,cs-dev-assoc = <&etf_sys0>;
607 arm,cs-dev-assoc = <&stm_sys>;
614 arm,cs-dev-assoc = <&tpiu_sys>;
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c470 !WARN_ON_ONCE(vif->cfg.assoc)) { in iwl_mvm_mld_unassign_vif_chanctx()
722 vif->cfg.assoc && mvmvif->link[link_conf->link_id]->phy_ctxt) in iwl_mvm_mld_link_info_changed_station()
729 if (changes & BSS_CHANGED_QOS && vif->cfg.assoc && link_conf->qos) in iwl_mvm_mld_link_info_changed_station()
735 if (vif->cfg.assoc && (has_he || has_eht)) { in iwl_mvm_mld_link_info_changed_station()
749 if (vif->cfg.assoc) in iwl_mvm_mld_link_info_changed_station()
801 mvmvif->associated = vif->cfg.assoc; in iwl_mvm_mld_vif_cfg_changed_station()
804 if (vif->cfg.assoc) { in iwl_mvm_mld_vif_cfg_changed_station()
1008 if (vif->type != NL80211_IFTYPE_STATION || !vif->cfg.assoc || in iwl_mvm_mld_config_iface_filter()
1190 if (!ieee80211_vif_is_mld(vif) || !vif->cfg.assoc || in iwl_mvm_vif_has_esr_cap()
/freebsd/sys/fs/cd9660/
H A Dcd9660_lookup.c124 int assoc, len; in cd9660_lookup() local
149 if ((assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR))) in cd9660_lookup()
231 if (!(isoflags & 4) == !assoc) { in cd9660_lookup()
H A Dcd9660_util.c165 int original, int assoc, int joliet_level, int flags, void *handle) in isofntrans() argument
171 if (assoc) { in isofntrans()
/freebsd/tools/tools/net80211/w00t/assoc/
H A DMakefile3 PROG= assoc

12345