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

  /src/sys/netinet/
dccp.h 151 #define DCCP_TYPE_DATA 2
dccp_tfrc.c 1050 if ((elm)->type == DCCP_TYPE_DATA || (elm)->type == DCCP_TYPE_DATAACK) \
1068 while ((elm) != NULL && (elm)->type != DCCP_TYPE_DATA && (elm)->type != DCCP_TYPE_DATAACK) { \
1361 if (elm->type == DCCP_TYPE_DATA || elm->type == DCCP_TYPE_DATAACK)
1376 if (elm->type == DCCP_TYPE_DATA || elm->type == DCCP_TYPE_DATAACK)
1486 if (elm->type == DCCP_TYPE_DATA || elm->type == DCCP_TYPE_DATAACK)
1713 case DCCP_TYPE_DATA:
dccp_usrreq.c 516 if (dlh->dh_type == DCCP_TYPE_DATA) {
631 case DCCP_TYPE_DATA:
744 case DCCP_TYPE_DATA:
873 if (dh->dh_type == DCCP_TYPE_DATA ||
882 if (dh->dh_type == DCCP_TYPE_DATA || dh->dh_type == DCCP_TYPE_DATAACK) {
1234 type = DCCP_TYPE_DATA;
dccp_tcplike.c 936 if (cb->pcb->type_rcv == DCCP_TYPE_DATA ||

Completed in 14 milliseconds