Searched refs:SCTP_ASSOCINFO (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/utils/sctp/lib/ |
H A D | opt_info.c | 40 case SCTP_ASSOCINFO: in sctp_opt_info()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_sockopt.c | 31 * TEST21: getsockopt: SCTP_ASSOCINFO 32 * TEST22: setsockopt: SCTP_ASSOCINFO 400 /* Getting the association info using SCTP_ASSOCINFO */ in main() 402 error = getsockopt(sk2, IPPROTO_SCTP, SCTP_ASSOCINFO, &gassocparams, in main() 405 tst_brkm(TBROK, tst_exit, "getsockopt SCTP_ASSOCINFO " in main() 408 tst_resm(TPASS, "getsockopt() SCTP_ASSOCINFO - SUCCESS"); in main() 410 /* TEST21: Test case for setsockopt SCTP_ASSOCINFO */ in main() 415 error = setsockopt(sk2, IPPROTO_SCTP, SCTP_ASSOCINFO, &sassocparams, in main() 418 tst_brkm(TBROK, tst_exit, "setsockopt SCTP_ASSOCINFO " in main() 421 error = getsockopt(sk2, IPPROTO_SCTP, SCTP_ASSOCINFO, in main() [all...] |
/third_party/ltp/utils/sctp/include/netinet/ |
H A D | sctp.h | 68 #define SCTP_ASSOCINFO 1 macro 485 * 7.1.2 Association Parameters (SCTP_ASSOCINFO)
|
/third_party/openssl/test/helpers/ |
H A D | handshake.c | 1278 (void)setsockopt(sock, IPPROTO_SCTP, SCTP_ASSOCINFO, in set_sock_as_sctp()
|
Completed in 5 milliseconds