Searched refs:unp_flags (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/sys/
H A Dunpcb.h84 int unp_flags; /* misc flags; see below*/ member in struct:unpcb
89 * Flags in unp_flags.
/netbsd-current/sys/kern/
H A Duipc_usrreq.c241 unp->unp_flags |= flags;
360 if (unp->unp_conn->unp_flags & UNP_WANTCRED)
362 if (unp->unp_conn->unp_flags & UNP_OWANTCRED)
531 if (unp->unp_conn->unp_flags & UNP_WANTCRED) {
536 unp->unp_conn->unp_flags &= ~UNP_WANTCRED;
539 if (unp->unp_conn->unp_flags & UNP_OWANTCRED) {
544 unp->unp_conn->unp_flags &= ~UNP_OWANTCRED;
636 unp->unp_flags |= (bit); \
638 unp->unp_flags &= ~(bit);
663 if (unp->unp_flags
[all...]
H A Duipc_domain.c500 pcb->ki_pflags = unp->unp_flags;

Completed in 80 milliseconds