Searched refs:assoc_id (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_peeloff.c51 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) argument
71 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1);
89 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) argument
100 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1);
H A Dsctp_usrreq.c1475 #define SCTP_FIND_STCB(inp, stcb, assoc_id) { \
1484 } else if (assoc_id > SCTP_ALL_ASSOC) { \
1485 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); \
1645 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1654 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
1677 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1685 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
1704 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1712 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
1731 SCTP_FIND_STCB(inp, stcb, cc_opt->aid_value.assoc_id);
[all...]
H A Dsctputil.h63 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
H A Dsctp_uio.h700 sctp_assoc_t assoc_id; member in struct:sctp_assoc_value
710 sctp_assoc_t assoc_id; member in struct:sctp_stream_value
1213 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member in struct:xsctp_tcb
H A Dsctp_structs.h916 uint32_t assoc_id; member in struct:sctp_association
H A Dsctp_sysctl.c454 xstcb.assoc_id = sctp_get_associd(stcb);
H A Dsctp_pcb.c1564 * Use my the assoc_id to find a endpoint
1586 if (stcb->asoc.assoc_id == id) {
2701 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id,
4390 asoc->assoc_id = sctp_aloc_a_assoc_id(inp, stcb);
/freebsd-12-stable/lib/libc/net/
H A Dsctp_sys_calls.c303 ((struct sctp_assoc_value *)arg)->assoc_id = id;
315 ((struct sctp_assoc_value *)arg)->assoc_id = id;
348 ((struct sctp_assoc_value *)arg)->assoc_id = id;
351 ((struct sctp_assoc_value *)arg)->assoc_id = id;
354 ((struct sctp_assoc_value *)arg)->assoc_id = id;
357 ((struct sctp_assoc_value *)arg)->assoc_id = id;
360 ((struct sctp_assoc_value *)arg)->assoc_id = id;
363 ((struct sctp_assoc_value *)arg)->assoc_id = id;
366 ((struct sctp_assoc_value *)arg)->assoc_id = id;
369 ((struct sctp_assoc_value *)arg)->assoc_id
985 sctp_assoc_t *assoc_id; local
1179 sctp_peeloff(int sd, sctp_assoc_t assoc_id) argument
1189 sctp_peeloff(int sd, sctp_assoc_t assoc_id) argument
[all...]
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c461 ctxt_sta->assoc_id = htole32(IEEE80211_AID(ni->ni_associd));
H A Dif_iwmreg.h3503 * @assoc_id: unique ID assigned by the AP during association
3514 uint32_t assoc_id; member in struct:iwm_mac_data_sta
5907 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
5936 uint16_t assoc_id; member in struct:iwm_add_sta_cmd_v7
5989 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
6024 uint16_t assoc_id; member in struct:iwm_add_sta_cmd
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c292 u_int16_t assoc_id)
296 /* save bssid and assoc_id for restore on reset */
298 ahp->ah_assoc_id = assoc_id;
302 ((assoc_id & 0x3fff) << AR_BSS_ID1_AID_S));
2880 u_int16_t assoc_id)
2883 ar9300_write_associd(ah, bssid, assoc_id);
291 ar9300_write_associd(struct ath_hal *ah, const u_int8_t *bssid, u_int16_t assoc_id) argument
2879 ar9300_force_tsf_sync(struct ath_hal *ah, const u_int8_t *bssid, u_int16_t assoc_id) argument
H A Dar9300.h1265 u_int16_t assoc_id);
1320 u_int16_t assoc_id);

Completed in 364 milliseconds