Home
last modified time | relevance | path

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

12

/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h44 typedef __s32 sctp_assoc_t; typedef
156 sctp_assoc_t sinfo_assoc_id;
207 sctp_assoc_t sac_assoc_id;
242 sctp_assoc_t spc_assoc_id;
276 sctp_assoc_t sre_assoc_id;
293 sctp_assoc_t ssf_assoc_id;
324 sctp_assoc_t sse_assoc_id;
339 sctp_assoc_t sai_assoc_id;
354 sctp_assoc_t pdapi_assoc_id;
373 sctp_assoc_t auth_assoc_id;
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h67 typedef uint32_t sctp_assoc_t; typedef
74 sctp_assoc_t se_assoc_id;
145 sctp_assoc_t sinfo_assoc_id;
160 sctp_assoc_t sinfo_assoc_id;
182 sctp_assoc_t snd_assoc_id;
193 sctp_assoc_t pr_assoc_id;
208 sctp_assoc_t rcv_assoc_id;
216 sctp_assoc_t nxt_assoc_id;
309 sctp_assoc_t ss_assoc_id;
329 sctp_assoc_t sac_assoc_id;
[all …]
Dsctp_peeloff.h50 sctp_assoc_t assoc_id;
59 int sctp_can_peel_off(struct socket *, sctp_assoc_t);
60 int sctp_do_peeloff(struct socket *, struct socket *, sctp_assoc_t);
62 struct socket *sctp_get_peeloff(struct socket *, sctp_assoc_t, int *);
67 int sctp_can_peel_off(struct socket *, sctp_assoc_t);
68 int sctp_do_peeloff(struct socket *, struct socket *, sctp_assoc_t);
Dsctp_peeloff.c53 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) in sctp_can_peel_off()
91 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) in sctp_do_peeloff()
175 sctp_get_peeloff(struct socket *head, sctp_assoc_t assoc_id, int *error) in sctp_get_peeloff()
Dsctp_pcb.h771 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock);
775 sctp_assoc_t, int);
Dsctp_structs.h515 sctp_assoc_t sinfo_assoc_id; /* our assoc id */
746 sctp_assoc_t sinfo_assoc_id;
Dsctputil.h65 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h97 typedef uint32_t sctp_assoc_t; typedef
166 sctp_assoc_t rcv_assoc_id;
174 sctp_assoc_t nxt_assoc_id;
217 sctp_assoc_t snd_assoc_id;
272 sctp_assoc_t sac_assoc_id;
300 sctp_assoc_t spc_assoc_id;
318 sctp_assoc_t sre_assoc_id;
327 sctp_assoc_t sse_assoc_id;
336 sctp_assoc_t sai_assoc_id;
347 sctp_assoc_t pdapi_assoc_id;
[all …]
Duser_socket.c691 sctp_assoc_t
728 return ((sctp_assoc_t) 0); in usrsctp_getassocid()
818 sctp_assoc_t *assoc_id; in usrsctp_sendv()
1792 usrsctp_peeloff(struct socket *head, sctp_assoc_t id) in usrsctp_peeloff()
2293 usrsctp_opt_info(struct socket *so, sctp_assoc_t id, int opt, void *arg, socklen_t *size)
2596 sctp_assoc_t *id)
2603 sctp_assoc_t *p_id;
2683 p_id = (sctp_assoc_t *)buf;
2694 usrsctp_getpaddrs(struct socket *so, sctp_assoc_t id, struct sockaddr **raddrs)
2698 sctp_assoc_t asoc;
[all …]
/third_party/ltp/utils/sctp/lib/
Daddrs.c37 sctp_getaddrs(int sd, sctp_assoc_t id, int optname_new, in sctp_getaddrs()
93 sctp_getpaddrs(int sd, sctp_assoc_t id, struct sockaddr **addrs) in sctp_getpaddrs()
116 sctp_getladdrs(int sd, sctp_assoc_t id, struct sockaddr **addrs) in sctp_getladdrs()
Dconnectx.c83 sctp_assoc_t *id) in __connectx()
118 sctp_assoc_t *id) in sctp_connectx2()
129 sctp_assoc_t *id) in sctp_connectx3()
Dopt_info.c36 sctp_opt_info(int sd, sctp_assoc_t id, int opt, void *arg, socklen_t *size) in sctp_opt_info()
56 *(sctp_assoc_t *)arg = id; in sctp_opt_info()
Dpeeloff.c31 sctp_peeloff(int fd, sctp_assoc_t associd) in sctp_peeloff()
/third_party/ltp/utils/sctp/testlib/
Dsctputil.h260 static inline int test_sctp_peeloff(int sk, sctp_assoc_t assoc_id) in test_sctp_peeloff()
320 int test_peer_addr(int sk, sctp_assoc_t asoc, sockaddr_storage_t *peers, int count);
Dsctputil.c369 int test_peer_addr(int sk, sctp_assoc_t asoc, sockaddr_storage_t *peers, int count) in test_peer_addr()
/third_party/ltp/utils/sctp/func_tests/
Dtest_connect.c62 sctp_assoc_t svr_associd1; in main()
Dtest_assoc_abort.c69 sctp_assoc_t svr_associd[MAX_CLIENTS]; in main()
Dtest_assoc_shutdown.c67 sctp_assoc_t svr_associd[MAX_CLIENTS]; in main()
Dtest_connectx.c71 sctp_assoc_t associd, svr_associd1, svr_associd2, clt_associd1, clt_associd2; in main()
Dtest_peeloff.c66 sctp_assoc_t svr_associd[MAX_CLIENTS]; in main()
Dtest_sctp_sendrecvmsg.c92 sctp_assoc_t associd1; in main()
Dtest_timetolive.c108 sctp_assoc_t associd1; in main()
Dtest_basic.c86 sctp_assoc_t associd1, associd2; in main()
Dtest_sockopt.c85 sctp_assoc_t udp_svr_associd, udp_clt_associd; in main()
/third_party/openssl/crypto/bio/
Dbss_dgram.c849 sockopt_len = (socklen_t) (sizeof(sctp_assoc_t) + 256 * sizeof(uint8_t)); in BIO_new_dgram_sctp()
1177 (socklen_t) (sizeof(sctp_assoc_t) + 256 * sizeof(uint8_t)); in dgram_sctp_read()

12