Home
last modified time | relevance | path

Searched refs:sctp_assoc_value (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c2231 struct sctp_assoc_value *av;
2233 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
2257 *optsize = sizeof(struct sctp_assoc_value);
2263 struct sctp_assoc_value *av;
2265 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
2284 *optsize = sizeof(struct sctp_assoc_value);
2290 struct sctp_assoc_value *av;
2292 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
2311 *optsize = sizeof(struct sctp_assoc_value);
2336 struct sctp_assoc_value *av;
[all …]
Dsctp_uio.h719 struct sctp_assoc_value { struct
726 struct sctp_assoc_value aid_value; argument
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c2321 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2333 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2366 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2369 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2372 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2375 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2378 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2381 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2384 ((struct sctp_assoc_value *)arg)->assoc_id = id;
2387 ((struct sctp_assoc_value *)arg)->assoc_id = id;
[all …]
Dusrsctp.h650 struct sctp_assoc_value { struct
825 struct sctp_assoc_value aid_value;
/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h646 struct sctp_assoc_value { struct
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c579 struct sctp_assoc_value stream_reset; in create_sctp_socket()
/third_party/ltp/utils/sctp/func_tests/
Dtest_sockopt.c103 struct sctp_assoc_value value; in main()