Home
last modified time | relevance | path

Searched refs:SCTP_INITMSG (Results 1 – 16 of 16) sorted by relevance

/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_initmsg_connect.c94 test_setsockopt(sk1, SCTP_INITMSG, &sinmsg, len); in main()
97 test_setsockopt(sk3, SCTP_INITMSG, &sinmsg, len); in main()
Dtest_1_to_1_sockopt.c236 test_getsockopt(sk1, SCTP_INITMSG, &ginmsg, &len); in main()
245 test_setsockopt(sk1, SCTP_INITMSG, &sinmsg, sizeof(sinmsg)); in main()
247 test_getsockopt(sk1, SCTP_INITMSG, &ginmsg, &len); in main()
259 test_getsockopt(sk2, SCTP_INITMSG, &ginmsg, &len); in main()
Dtest_sockopt.c456 test_getsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, &optlen); in main()
465 test_setsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, sizeof(initmsg)); in main()
471 test_getsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, &optlen); in main()
/external/strace/xlat/
Dsock_sctp_options.h20 #if defined(SCTP_INITMSG) || (defined(HAVE_DECL_SCTP_INITMSG) && HAVE_DECL_SCTP_INITMSG)
22 static_assert((SCTP_INITMSG) == (2), "SCTP_INITMSG != 2");
25 # define SCTP_INITMSG 2
467 XLAT(SCTP_INITMSG),
Dsock_sctp_options.in3 SCTP_INITMSG 2
/external/ltp/utils/sctp/lib/
Dopt_info.c41 case SCTP_INITMSG: in sctp_opt_info()
/external/syzkaller/sys/linux/
Dsocket_inet_sctp_arm64.const38 SCTP_INITMSG = 2
Dsocket_inet_sctp_386.const38 SCTP_INITMSG = 2
Dsocket_inet_sctp_arm.const38 SCTP_INITMSG = 2
Dsocket_inet_sctp_amd64.const38 SCTP_INITMSG = 2
Dsocket_inet_sctp_ppc64le.const38 SCTP_INITMSG = 2
Dsocket_inet_sctp.txt127 setsockopt$inet_sctp_SCTP_INITMSG(fd sock_sctp, level const[SOL_SCTP], opt const[SCTP_INITMSG], val…
128 setsockopt$inet_sctp6_SCTP_INITMSG(fd sock_sctp6, level const[SOL_SCTP], opt const[SCTP_INITMSG], v…
129 getsockopt$inet_sctp_SCTP_INITMSG(fd sock_sctp, level const[SOL_SCTP], opt const[SCTP_INITMSG], val…
130 getsockopt$inet_sctp6_SCTP_INITMSG(fd sock_sctp6, level const[SOL_SCTP], opt const[SCTP_INITMSG], v…
/external/ltp/utils/sctp/include/netinet/
Dsctp.h69 #define SCTP_INITMSG 2 macro
/external/iperf3/src/
Diperf_sctp.c424 if (setsockopt(s, IPPROTO_SCTP, SCTP_INITMSG, &initmsg, sizeof(struct sctp_initmsg)) < 0) { in iperf_sctp_connect()
/external/iproute2/include/uapi/linux/
Dsctp.h67 #define SCTP_INITMSG 2 macro
/external/kernel-headers/original/uapi/linux/
Dsctp.h67 #define SCTP_INITMSG 2 macro