Home
last modified time | relevance | path

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

/external/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()
202 "expected:%d", sn->sn_header.sn_type, in test_check_buf_notification()
205 switch(sn->sn_header.sn_type){ in test_check_buf_notification()
/external/webrtc/talk/media/sctp/
Dsctpdataengine.cc791 switch (notification.sn_header.sn_type) { in OnNotificationFromSctp()
838 << notification.sn_header.sn_type; in OnNotificationFromSctp()
/external/ltp/utils/sctp/include/netinet/
Dsctp.h409 __u16 sn_type; /* Notification type. */ member
/external/kernel-headers/original/uapi/linux/
Dsctp.h506 __u16 sn_type; /* Notification type. */ member
/external/netperf/src/
Dnettest_sctp.c230 switch (snp->sn_header.sn_type) { in sctp_process_event()
301 fprintf(where, "unknown type: %hu\n", snp->sn_header.sn_type); in sctp_process_event()