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

/freebsd-11-stable/sys/netinet/
H A Dsctp_peeloff.c50 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) argument
70 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1);
88 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) argument
99 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1);
H A Dsctp_usrreq.c1503 #define SCTP_FIND_STCB(inp, stcb, assoc_id) { \
1512 } else if (assoc_id > SCTP_ALL_ASSOC) { \
1513 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); \
1673 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1682 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
1705 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1713 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
1732 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1740 (av->assoc_id == SCTP_FUTURE_ASSOC))) {
1759 SCTP_FIND_STCB(inp, stcb, cc_opt->aid_value.assoc_id);
[all...]
H A Dsctputil.h61 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
258 struct sockaddr *sa, sctp_assoc_t assoc_id,
262 struct sockaddr *sa, sctp_assoc_t assoc_id,
H A Dsctp_uio.h693 sctp_assoc_t assoc_id; member in struct:sctp_assoc_value
703 sctp_assoc_t assoc_id; member in struct:sctp_stream_value
1215 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member in struct:xsctp_tcb
H A Dsctp_structs.h917 uint32_t assoc_id; member in struct:sctp_association
H A Dsctp_sysctl.c454 xstcb.assoc_id = sctp_get_associd(stcb);
H A Dsctputil.c6525 struct sockaddr *sa, sctp_assoc_t assoc_id,
6604 if (assoc_id == 0) {
6655 struct sockaddr *sa, sctp_assoc_t assoc_id,
6724 if (assoc_id == 0) {
6524 sctp_bindx_add_address(struct socket *so, struct sctp_inpcb *inp, struct sockaddr *sa, sctp_assoc_t assoc_id, uint32_t vrf_id, int *error, void *p) argument
6654 sctp_bindx_delete_address(struct sctp_inpcb *inp, struct sockaddr *sa, sctp_assoc_t assoc_id, uint32_t vrf_id, int *error) argument
H A Dsctp_pcb.c1559 * Use my the assoc_id to find a endpoint
1581 if (stcb->asoc.assoc_id == id) {
2696 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id,
4372 asoc->assoc_id = sctp_aloc_a_assoc_id(inp, stcb);
/freebsd-11-stable/lib/libc/net/
H A Dsctp_sys_calls.c309 ((struct sctp_assoc_value *)arg)->assoc_id = id;
321 ((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 = id;
372 ((struct sctp_assoc_value *)arg)->assoc_id = id;
375 ((struct sctp_assoc_value *)arg)->assoc_id
990 sctp_assoc_t *assoc_id; local
1184 sctp_peeloff(int sd, sctp_assoc_t assoc_id) argument
1194 sctp_peeloff(int sd, sctp_assoc_t assoc_id) argument
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c456 ctxt_sta->assoc_id = htole32(IEEE80211_AID(ni->ni_associd));
H A Dif_iwmreg.h3327 * @assoc_id: unique ID assigned by the AP during association
3338 uint32_t assoc_id; member in struct:iwm_mac_data_sta
5660 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
5689 uint16_t assoc_id; member in struct:iwm_mvm_add_sta_cmd
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c290 u_int16_t assoc_id)
294 /* save bssid and assoc_id for restore on reset */
296 ahp->ah_assoc_id = assoc_id;
300 ((assoc_id & 0x3fff) << AR_BSS_ID1_AID_S));
2857 u_int16_t assoc_id)
2860 ar9300_write_associd(ah, bssid, assoc_id);
289 ar9300_write_associd(struct ath_hal *ah, const u_int8_t *bssid, u_int16_t assoc_id) argument
2856 ar9300_force_tsf_sync(struct ath_hal *ah, const u_int8_t *bssid, u_int16_t assoc_id) argument
H A Dar9300.h1277 u_int16_t assoc_id);
1332 u_int16_t assoc_id);

Completed in 305 milliseconds