/freebsd/lib/libc/net/ |
H A D | sctp_sys_calls.c | 300 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() 312 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() 345 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() 348 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() 351 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() 354 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() 357 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() 360 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() 363 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() 366 ((struct sctp_assoc_value *)arg)->assoc_id = id; in sctp_opt_info() [all …]
|
/freebsd/sys/netinet/ |
H A D | sctp_peeloff.c | 48 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) in sctp_can_peel_off() argument 68 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_can_peel_off() 86 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) in sctp_do_peeloff() argument 97 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_do_peeloff()
|
H A D | sctp_usrreq.c | 1472 #define SCTP_FIND_STCB(inp, stcb, assoc_id) { \ argument 1481 } else if (assoc_id > SCTP_ALL_ASSOC) { \ 1482 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); \ 1641 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 1650 (av->assoc_id == SCTP_FUTURE_ASSOC))) { 1673 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 1681 (av->assoc_id == SCTP_FUTURE_ASSOC))) { 1700 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 1708 (av->assoc_id == SCTP_FUTURE_ASSOC))) { 1727 SCTP_FIND_STCB(inp, stcb, cc_opt->aid_value.assoc_id); [all …]
|
H A D | sctp_uio.h | 690 sctp_assoc_t assoc_id; member 700 sctp_assoc_t assoc_id; member 1209 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member
|
H A D | sctputil.h | 60 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
|
H A D | sctp_structs.h | 909 uint32_t assoc_id; member
|
H A D | sctp_sysctl.c | 481 xstcb.assoc_id = sctp_get_associd(stcb); in sctp_sysctl_handle_assoclist()
|
H A D | sctp_pcb.c | 1431 if (stcb->asoc.assoc_id == id) { in sctp_findasoc_ep_asocid_locked() 2554 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id, in sctp_move_pcb_and_assoc() 4210 asoc->assoc_id = sctp_aloc_a_assoc_id(inp, stcb); in sctp_aloc_assoc_locked()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | sta.h | 230 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP 259 __le16 assoc_id; 311 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP 346 __le16 assoc_id; 257 __le16 assoc_id; global() member 344 __le16 assoc_id; global() member
|
H A D | mac-cfg.h | 248 * @assoc_id: unique ID assigned by the AP during association 260 __le16 assoc_id; 562 * @assoc_id: for GO only 590 __le32 assoc_id; 252 __le16 assoc_id; global() member 579 __le32 assoc_id; global() member
|
H A D | mac.h | 163 * @assoc_id: unique ID assigned by the AP during association 175 __le32 assoc_id; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mld-mac.c | 136 cmd.client.assoc_id = cpu_to_le16(vif->cfg.aid); in iwl_mvm_mld_mac_ctxt_cmd_sta()
|
H A D | mld-sta.c | 457 cmd.assoc_id = cpu_to_le32(sta->aid); in iwl_mvm_mld_cfg_sta()
|
H A D | mac-ctxt.c | 723 ctxt_sta->assoc_id = cpu_to_le32(vif->cfg.aid); in iwl_mvm_mac_ctxt_cmd_sta()
|
H A D | sta.c | 228 add_sta_cmd.assoc_id = cpu_to_le16(sta->aid); in iwl_mvm_sta_send_to_fw()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_mac_ctxt.c | 459 ctxt_sta->assoc_id = htole32(IEEE80211_AID(ni->ni_associd)); in iwm_mac_ctxt_cmd_fill_sta()
|
H A D | if_iwmreg.h | 3931 * @assoc_id: unique ID assigned by the AP during association 3942 uint32_t assoc_id; member 6366 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP 6395 uint16_t assoc_id; 6430 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP 6465 uint16_t assoc_id; 6391 uint16_t assoc_id; global() member 6461 uint16_t assoc_id; global() member
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_misc.c | 292 u_int16_t assoc_id) in ar9300_write_associd() argument 298 ahp->ah_assoc_id = assoc_id; in ar9300_write_associd() 302 ((assoc_id & 0x3fff) << AR_BSS_ID1_AID_S)); in ar9300_write_associd() 2907 u_int16_t assoc_id) in ar9300_force_tsf_sync() argument 2910 ar9300_write_associd(ah, bssid, assoc_id); in ar9300_force_tsf_sync()
|
H A D | ar9300.h | 1265 u_int16_t assoc_id); 1320 u_int16_t assoc_id);
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi-tlv.h | 1902 __le32 assoc_id; member
|
H A D | wmi-tlv.c | 2878 cmd->assoc_id = __cpu_to_le32(arg->peer_aid); in ath10k_wmi_tlv_op_gen_peer_assoc()
|