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

  /src/sys/netinet/
dccp.h 155 #define DCCP_TYPE_CLOSE 6
dccp_usrreq.c 681 if (dh->dh_type == DCCP_TYPE_CLOSE) {
726 case DCCP_TYPE_CLOSE:
727 dccp_output(dp, DCCP_TYPE_CLOSE + 1);
797 case DCCP_TYPE_CLOSE:
825 case DCCP_TYPE_CLOSE:
845 case DCCP_TYPE_CLOSE:
1242 type = DCCP_TYPE_CLOSE;

Completed in 88 milliseconds