Searched refs:sctp_handle_auth (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.h | 202 extern int sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
|
D | sctp_auth.c | 1622 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth, function
|
D | sctp_input.c | 2376 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) { 4870 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, 5671 if (sctp_handle_auth(stcb, (struct sctp_auth_chunk *)ch, m, *offset)) {
|