Home
last modified time | relevance | path

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

/external/ltp/utils/sctp/include/netinet/
Dsctp.h42 typedef __s32 sctp_assoc_t; typedef
154 sctp_assoc_t sinfo_assoc_id;
205 sctp_assoc_t sac_assoc_id;
240 sctp_assoc_t spc_assoc_id;
274 sctp_assoc_t sre_assoc_id;
291 sctp_assoc_t ssf_assoc_id;
322 sctp_assoc_t sse_assoc_id;
337 sctp_assoc_t sai_assoc_id;
352 sctp_assoc_t pdapi_assoc_id;
371 sctp_assoc_t auth_assoc_id;
[all …]
/external/kernel-headers/original/uapi/linux/
Dsctp.h59 typedef __s32 sctp_assoc_t; typedef
185 sctp_assoc_t sinfo_assoc_id;
201 sctp_assoc_t snd_assoc_id;
221 sctp_assoc_t rcv_assoc_id;
240 sctp_assoc_t nxt_assoc_id;
295 sctp_assoc_t sac_assoc_id;
330 sctp_assoc_t spc_assoc_id;
364 sctp_assoc_t sre_assoc_id;
381 sctp_assoc_t ssf_assoc_id;
412 sctp_assoc_t sse_assoc_id;
[all …]
/external/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()
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()
Dconnectx.c83 sctp_assoc_t *id) in __connectx()
118 sctp_assoc_t *id) in sctp_connectx2()
129 sctp_assoc_t *id) in sctp_connectx3()
Dpeeloff.c31 sctp_peeloff(int fd, sctp_assoc_t associd) in sctp_peeloff()
/external/ltp/utils/sctp/testlib/
Dsctputil.h262 static inline int test_sctp_peeloff(int sk, sctp_assoc_t assoc_id) in test_sctp_peeloff()
322 int test_peer_addr(int sk, sctp_assoc_t asoc, sockaddr_storage_t *peers, int count);
Dsctputil.c366 int test_peer_addr(int sk, sctp_assoc_t asoc, sockaddr_storage_t *peers, int count) in test_peer_addr()
/external/ltp/utils/sctp/func_tests/
Dtest_connect.c61 sctp_assoc_t svr_associd1; in main()
Dtest_assoc_shutdown.c66 sctp_assoc_t svr_associd[MAX_CLIENTS]; in main()
Dtest_assoc_abort.c68 sctp_assoc_t svr_associd[MAX_CLIENTS]; in main()
Dtest_peeloff.c65 sctp_assoc_t svr_associd[MAX_CLIENTS]; in main()
Dtest_connectx.c70 sctp_assoc_t associd, svr_associd1, svr_associd2, clt_associd1, clt_associd2; in main()
Dtest_sctp_sendrecvmsg.c91 sctp_assoc_t associd1; in main()
Dtest_timetolive.c107 sctp_assoc_t associd1; in main()
Dtest_basic.c85 sctp_assoc_t associd1, associd2; in main()
Dtest_sockopt.c84 sctp_assoc_t udp_svr_associd, udp_clt_associd; in main()