Searched refs:UNP_WAITING (Results 1 – 3 of 3) sorted by relevance
124 #define UNP_WAITING 0x040 /* Peer state is changing. */ macro
406 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()