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

  /src/sys/netinet/
dccp_var.h 222 #define DCCPS_CLIENT_CLOSE 6
dccp_usrreq.c 554 dp->state = DCCPS_CLIENT_CLOSE; /* So disconnect2 doesn't send CLOSEREQ */
842 } else if (dp->state == DCCPS_CLIENT_CLOSE) {
849 DCCP_DEBUG((LOG_INFO, "Got DCCP CLOSEREQ, state = DCCPS_CLIENT_CLOSE\n"));
1240 } else if (dp->state == DCCPS_CLIENT_CLOSE) {
1896 dp->state = DCCPS_CLIENT_CLOSE;

Completed in 16 milliseconds