Home
last modified time | relevance | path

Searched refs:sn_header (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/utils/sctp/testlib/
Dsctputil.c144 switch (sn->sn_header.sn_type) { in test_print_message()
169 printf("%d", sn->sn_header.sn_type); in test_print_message()
200 if (sn->sn_header.sn_type != expected_sn_type) in test_check_buf_notification()
203 sn->sn_header.sn_type, expected_sn_type); in test_check_buf_notification()
205 switch(sn->sn_header.sn_type){ in test_check_buf_notification()
/third_party/openssl/crypto/bio/
Dbss_dgram.c1077 if (snp->sn_header.sn_type == SCTP_SENDER_DRY_EVENT) { in dgram_sctp_read()
1117 if (snp->sn_header.sn_type == SCTP_AUTHENTICATION_EVENT) in dgram_sctp_read()
1690 if (snp.sn_header.sn_type == SCTP_SENDER_DRY_EVENT) { in BIO_dgram_sctp_wait_for_dry()
1720 if (snp.sn_header.sn_type == SCTP_AUTHENTICATION_EVENT) in BIO_dgram_sctp_wait_for_dry()
1794 if (snp.sn_header.sn_type == SCTP_AUTHENTICATION_EVENT) in BIO_dgram_sctp_msg_waiting()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c707 g_assert (notification->sn_header.sn_length == length); in handle_notification()
709 switch (notification->sn_header.sn_type) { in handle_notification()
/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h414 } sn_header; member