Searched refs:sctp_peeloff (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/utils/sctp/lib/ |
H A D | peeloff.c | 31 sctp_peeloff(int fd, sctp_assoc_t associd) in sctp_peeloff() function 47 } /* sctp_peeloff() */ in sctp_peeloff()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_peeloff.c | 39 /* This is a Functional test to verify the new SCTP interface sctp_peeloff() 205 tst_resm(TPASS, "sctp_peeloff"); in main() 220 if ((-1 != sctp_peeloff(peeloff_sk[0], svr_associd[0])) || in main() 222 tst_brkm(TBROK, tst_exit, "sctp_peeloff on a peeled off " in main() 226 tst_resm(TPASS, "sctp_peeloff on a peeled off socket"); in main()
|
/third_party/ltp/utils/sctp/testlib/ |
H A D | sctputil.h | 295 int error = sctp_peeloff(sk, assoc_id); in test_sctp_peeloff() 298 tst_brkm(TBROK | TERRNO, tst_exit, "sctp_peeloff()"); in test_sctp_peeloff()
|
/third_party/ltp/utils/sctp/include/netinet/ |
H A D | sctp.h | 811 int sctp_peeloff(int sd, sctp_assoc_t assoc_id);
|
Completed in 3 milliseconds