Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dunpcb.h124 #define UNP_WAITING 0x040 /* Peer state is changing. */ macro
/f-stack/tools/compat/include/sys/
H A Dunpcb.h124 #define UNP_WAITING 0x040 /* Peer state is changing. */ macro
/f-stack/freebsd/kern/
H A Duipc_usrreq.c406 if (--unp->unp_pairbusy == 0 && (unp->unp_flags & UNP_WAITING) != 0) { in unp_pcb_lock_peer()
407 unp->unp_flags &= ~UNP_WAITING; in unp_pcb_lock_peer()
1549 unp->unp_flags |= UNP_WAITING; in unp_connectat()