Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c2355 struct sctp_assoc_value *av;
2357 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
2375 *optsize = sizeof(struct sctp_assoc_value);
2381 struct sctp_assoc_value *av;
2383 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
2401 *optsize = sizeof(struct sctp_assoc_value);
2426 struct sctp_assoc_value *av;
2428 SCTP_CHECK_AND_CAST(av, optval, struct sctp_assoc_value, *optsize);
2446 *optsize = sizeof(struct sctp_assoc_value);
2474 struct sctp_assoc_value *av;
[all …]
Dsctp_uio.h712 struct sctp_assoc_value { struct
719 struct sctp_assoc_value aid_value; argument
/external/kernel-headers/original/uapi/linux/
Dsctp.h658 struct sctp_assoc_value { struct
/external/chromium_org/third_party/usrsctp/usrsctplib/
Dusrsctp.h602 struct sctp_assoc_value { struct
777 struct sctp_assoc_value aid_value;
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
Dsctpdataengine.cc363 struct sctp_assoc_value stream_rst; in OpenSctpSocket()