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

  /src/sys/netinet/
dccp_usrreq.c 420 if (dh->dh_type != DCCP_TYPE_RESET)
421 dccp_output(dp, DCCP_TYPE_RESET + 2);
529 dccp_output(dp, DCCP_TYPE_RESET + 2);
540 } else if (dh->dh_type == DCCP_TYPE_RESET) {
556 dccp_output(dp, DCCP_TYPE_RESET + 2);
633 dccp_output(dp, DCCP_TYPE_RESET + 2);
636 case DCCP_TYPE_RESET:
645 dccp_output(dp, DCCP_TYPE_RESET + 2);
671 case DCCP_TYPE_RESET:
680 dccp_output(dp, DCCP_TYPE_RESET + 2)
    [all...]
dccp.h 156 #define DCCP_TYPE_RESET 7

Completed in 13 milliseconds