Home
last modified time | relevance | path

Searched refs:SCTP_CAUSE_UNRECOG_CHUNK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp.h359 #define SCTP_CAUSE_UNRECOG_CHUNK 0x0006 macro
H A Dsctp_input.c1182 case SCTP_CAUSE_UNRECOG_CHUNK: in sctp_handle_error()
5199 cause->code = htons(SCTP_CAUSE_UNRECOG_CHUNK); in sctp_process_control()
H A Dsctp_indata.c2877 cause->code = htons(SCTP_CAUSE_UNRECOG_CHUNK); in sctp_process_data()