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

  /src/sys/netinet/
dccp.h 153 #define DCCP_TYPE_DATAACK 4
dccp_tfrc.c 849 if (!(cb->pcb->type_rcv == DCCP_TYPE_ACK || cb->pcb->type_rcv == DCCP_TYPE_DATAACK))
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)
1714 case DCCP_TYPE_DATAACK:
dccp_usrreq.c 630 case DCCP_TYPE_DATAACK:
695 case DCCP_TYPE_DATAACK:
719 if (dh->dh_type == DCCP_TYPE_DATAACK && dp->cc_in_use[1] > 0) {
771 case DCCP_TYPE_DATAACK:
875 dh->dh_type == DCCP_TYPE_DATAACK) {
882 if (dh->dh_type == DCCP_TYPE_DATA || dh->dh_type == DCCP_TYPE_DATAACK) {
1215 type = DCCP_TYPE_DATAACK;
dccp_tcplike.c 937 cb->pcb->type_rcv == DCCP_TYPE_DATAACK)

Completed in 25 milliseconds