Home
last modified time | relevance | path

Searched refs:sctp_assoc_t (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_uio.h45 typedef uint32_t sctp_assoc_t; typedef
52 sctp_assoc_t se_assoc_id;
122 sctp_assoc_t sinfo_assoc_id;
137 sctp_assoc_t sinfo_assoc_id;
159 sctp_assoc_t snd_assoc_id;
170 sctp_assoc_t pr_assoc_id;
185 sctp_assoc_t rcv_assoc_id;
193 sctp_assoc_t nxt_assoc_id;
287 sctp_assoc_t ss_assoc_id;
307 sctp_assoc_t sac_assoc_id;
[all …]
H A Dsctp_peeloff.h38 int sctp_can_peel_off(struct socket *, sctp_assoc_t);
39 int sctp_do_peeloff(struct socket *, struct socket *, sctp_assoc_t);
H A Dsctp_peeloff.c48 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) in sctp_can_peel_off()
86 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) in sctp_do_peeloff()
H A Dsctp_pcb.h539 struct sctp_tcb *sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int w…
543 sctp_assoc_t, int);
H A Dsctp_syscalls.c160 error = sctp_can_peel_off(head, (sctp_assoc_t)uap->name); in sys_sctp_peeloff()
181 error = sctp_do_peeloff(head, so, (sctp_assoc_t)uap->name); in sys_sctp_peeloff()
H A Dsctputil.h60 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
H A Dsctp_structs.h144 sctp_assoc_t sinfo_assoc_id;
475 sctp_assoc_t sinfo_assoc_id; /* our assoc id */
H A Dsctp_usrreq.c1344 sctp_assoc_t *a_id; in sctp_do_connect_x()
1453 a_id = (sctp_assoc_t *)optval; in sctp_do_connect_x()
1858 limit = (*optsize - sizeof(uint32_t)) / sizeof(sctp_assoc_t);
1876 *optsize = ((at * sizeof(sctp_assoc_t)) + sizeof(uint32_t));
2149 SCTP_FIND_STCB(inp, stcb, (sctp_assoc_t)*value);
2183 ((sctp_assoc_t)*value <= SCTP_ALL_ASSOC)) {
4812 SCTP_FIND_STCB(inp, stcb, (sctp_assoc_t)*value);
H A Dsctp_pcb.c1425 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) in sctp_findasoc_ep_asocid_locked()
1468 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) in sctp_findassociation_ep_asocid()
4040 lstcb = sctp_findasoc_ep_asocid_locked(inp, (sctp_assoc_t)id, 0); in sctp_aloc_a_assoc_id()
H A Dsctp_output.c12582 sctp_assoc_t sinfo_assoc_id; in sctp_lower_sosend()
/freebsd/lib/libc/net/
H A Dsctp_sys_calls.c102 sctp_assoc_t *id) in sctp_connectx()
163 *id = *(sctp_assoc_t *)buf; in sctp_connectx()
272 sctp_opt_info(int sd, sctp_assoc_t id, int opt, void *arg, socklen_t *size) in sctp_opt_info()
387 sctp_getpaddrs(int sd, sctp_assoc_t id, struct sockaddr **raddrs) in sctp_getpaddrs()
447 sctp_getladdrs(int sd, sctp_assoc_t id, struct sockaddr **raddrs) in sctp_getladdrs()
614 sctp_assoc_t
627 return ((sctp_assoc_t)0); in sctp_getassocid()
984 sctp_assoc_t *assoc_id; in sctp_sendv()
1178 sctp_peeloff(int sd, sctp_assoc_t assoc_id) in sctp_peeloff()
1188 sctp_peeloff(int sd, sctp_assoc_t assoc_id) in sctp_peeloff()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1814 sockopt_len = (socklen_t) (sizeof(sctp_assoc_t) + 256 * sizeof(uint8_t)); in BIO_new_dgram_sctp()
2140 (socklen_t) (sizeof(sctp_assoc_t) + 256 * sizeof(uint8_t)); in dgram_sctp_read()