Home
last modified time | relevance | path

Searched refs:SQ_INCOMP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Duipc_debug.c187 if (so_qstate & SQ_INCOMP) { in db_print_soqstate()
H A Duipc_socket.c1293 so->so_qstate = SQ_INCOMP;
4701 if (so->so_qstate == SQ_INCOMP) {
/freebsd/sys/sys/
H A Dsocketvar.h71 SQ_INCOMP = 0x0800, /* on sol_incomp */ enumerator