HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_DATA (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp.h 249 #define SCTP_DATA 0x00
sctp_constants.h 200 #define IS_SCTP_CONTROL(a) ((a)->chunk_type != SCTP_DATA)
201 #define IS_SCTP_DATA(a) ((a)->chunk_type == SCTP_DATA)
sctp_input.c 2375 case SCTP_DATA:
2840 if (desc.chunk_type == SCTP_DATA) {
2851 if (desc.chunk_type == SCTP_DATA) {
sctp_indata.c 2585 while (ch->ch.chunk_type == SCTP_DATA) {
sctp_output.c 5110 dchkh->ch.chunk_type = SCTP_DATA;

Completed in 24 milliseconds