/third_party/ltp/utils/sctp/include/netinet/ |
D | sctp.h | 44 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/ |
D | sctp_uio.h | 67 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 …]
|
D | sctp_peeloff.h | 50 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);
|
D | sctp_peeloff.c | 53 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()
|
D | sctp_pcb.h | 771 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock); 775 sctp_assoc_t, int);
|
D | sctp_structs.h | 515 sctp_assoc_t sinfo_assoc_id; /* our assoc id */ 746 sctp_assoc_t sinfo_assoc_id;
|
D | sctputil.h | 65 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | usrsctp.h | 97 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 …]
|
D | user_socket.c | 691 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/ |
D | addrs.c | 37 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()
|
D | connectx.c | 83 sctp_assoc_t *id) in __connectx() 118 sctp_assoc_t *id) in sctp_connectx2() 129 sctp_assoc_t *id) in sctp_connectx3()
|
D | opt_info.c | 36 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()
|
D | peeloff.c | 31 sctp_peeloff(int fd, sctp_assoc_t associd) in sctp_peeloff()
|
/third_party/ltp/utils/sctp/testlib/ |
D | sctputil.h | 260 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);
|
D | sctputil.c | 369 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/ |
D | test_connect.c | 62 sctp_assoc_t svr_associd1; in main()
|
D | test_assoc_abort.c | 69 sctp_assoc_t svr_associd[MAX_CLIENTS]; in main()
|
D | test_assoc_shutdown.c | 67 sctp_assoc_t svr_associd[MAX_CLIENTS]; in main()
|
D | test_connectx.c | 71 sctp_assoc_t associd, svr_associd1, svr_associd2, clt_associd1, clt_associd2; in main()
|
D | test_peeloff.c | 66 sctp_assoc_t svr_associd[MAX_CLIENTS]; in main()
|
D | test_sctp_sendrecvmsg.c | 92 sctp_assoc_t associd1; in main()
|
D | test_timetolive.c | 108 sctp_assoc_t associd1; in main()
|
D | test_basic.c | 86 sctp_assoc_t associd1, associd2; in main()
|
D | test_sockopt.c | 85 sctp_assoc_t udp_svr_associd, udp_clt_associd; in main()
|
/third_party/openssl/crypto/bio/ |
D | bss_dgram.c | 849 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()
|