Searched refs:UNP_DONTDISCONNECT (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h157 #define UNP_DONTDISCONNECT 0x0004 macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c184 unp->unp_flags |= UNP_DONTDISCONNECT;
193 unp->unp_flags &= ~UNP_DONTDISCONNECT;
1400 /* Check for the UNP_DONTDISCONNECT flag, if it
1404 if ((((struct unpcb *)waitso->so_pcb)->unp_flags & UNP_DONTDISCONNECT) != 0) {

Completed in 28 milliseconds