Home
last modified time | relevance | path

Searched refs:TCP_CLOSING (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/include/netinet/
Dtcp.h137 TCP_CLOSING /* now a valid state */ enumerator
/external/toybox/toys/pending/
Dlsof.c211 if (state < 0 || state > TCP_CLOSING) state = 0; in scan_ip()