Home
last modified time | relevance | path

Searched refs:sctp_send_failed (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/utils/sctp/func_tests/
Dtest_sctp_sendrecvmsg.c89 struct sctp_send_failed *ssf; in main()
311 sizeof(struct sctp_send_failed) + in main()
314 ssf = (struct sctp_send_failed *)big_buffer; in main()
333 sizeof(struct sctp_send_failed) + in main()
336 ssf = (struct sctp_send_failed *)big_buffer; in main()
Dtest_timetolive.c113 struct sctp_send_failed *ssf; in main()
366 sizeof(struct sctp_send_failed) + in main()
369 ssf = (struct sctp_send_failed *)iov.iov_base; in main()
383 sizeof(struct sctp_send_failed) + in main()
386 ssf = (struct sctp_send_failed *)iov.iov_base; in main()
/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h287 struct sctp_send_failed { struct
418 struct sctp_send_failed sn_send_failed;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h385 struct sctp_send_failed { struct
550 struct sctp_send_failed sn_send_failed;
Dsctputil.c3526 struct sctp_send_failed *ssf; in sctp_notify_send_failed()
3542 notifhdr_len = sizeof(struct sctp_send_failed); in sctp_notify_send_failed()
3592 ssf = mtod(m_notify, struct sctp_send_failed *); in sctp_notify_send_failed()
3658 struct sctp_send_failed *ssf; in sctp_notify_send_failed2()
3672 notifhdr_len = sizeof(struct sctp_send_failed); in sctp_notify_send_failed2()
3699 ssf = mtod(m_notify, struct sctp_send_failed *); in sctp_notify_send_failed2()