Searched refs:TCP_CLOSING (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/include/netinet/ | ||
D | tcp.h | 137 TCP_CLOSING /* now a valid state */ enumerator |
/external/toybox/toys/pending/ | ||
D | lsof.c | 211 if (state < 0 || state > TCP_CLOSING) state = 0; in scan_ip() |