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

/freebsd-10.1-release/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.c1589 #define SCTP_FIND_STCB(inp, stcb, assoc_id) { \
1598 } else if (assoc_id > SCTP_ALL_ASSOC) { \
1599 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); \
1758 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1765 (av->assoc_id == SCTP_FUTURE_ASSOC)) {
1784 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1791 (av->assoc_id == SCTP_FUTURE_ASSOC)) {
1810 SCTP_FIND_STCB(inp, stcb, cc_opt->aid_value.assoc_id);
1829 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1836 (av->assoc_id
[all...]
H A Dsctputil.h64 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
263 struct sockaddr *sa, sctp_assoc_t assoc_id,
267 struct sockaddr *sa, sctp_assoc_t assoc_id,
H A Dsctp_uio.h685 sctp_assoc_t assoc_id; member in struct:sctp_assoc_value
695 sctp_assoc_t assoc_id; member in struct:sctp_stream_value
1199 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member in struct:xsctp_tcb
H A Dsctp_structs.h895 uint32_t assoc_id; member in struct:sctp_association
H A Dsctp_sysctl.c457 xstcb.assoc_id = sctp_get_associd(stcb);
H A Dsctp_pcb.c1563 * Use my the assoc_id to find a endpoint
1585 if (stcb->asoc.assoc_id == id) {
2738 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id,
4330 asoc->assoc_id = sctp_aloc_a_assoc_id(inp, stcb);
H A Dsctputil.c6448 struct sockaddr *sa, sctp_assoc_t assoc_id,
6525 if (assoc_id == 0) {
6576 struct sockaddr *sa, sctp_assoc_t assoc_id,
6643 if (assoc_id == 0) {
6447 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
6575 sctp_bindx_delete_address(struct sctp_inpcb *inp, struct sockaddr *sa, sctp_assoc_t assoc_id, uint32_t vrf_id, int *error) argument
/freebsd-10.1-release/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
1168 sctp_peeloff(int sd, sctp_assoc_t assoc_id) argument
1178 sctp_peeloff(int sd, sctp_assoc_t assoc_id) argument
[all...]
/freebsd-10.1-release/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));
2764 u_int16_t assoc_id)
2767 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
2763 ar9300_force_tsf_sync(struct ath_hal *ah, const u_int8_t *bssid, u_int16_t assoc_id) argument
H A Dar9300.h1244 u_int16_t assoc_id);
1299 u_int16_t assoc_id);

Completed in 257 milliseconds