Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Duipc_usrreq.c244 unp->unp_flags |= flags; in unp_connid()
363 if (unp->unp_conn->unp_flags & UNP_WANTCRED) in unp_output()
365 if (unp->unp_conn->unp_flags & UNP_OWANTCRED) in unp_output()
534 if (unp->unp_conn->unp_flags & UNP_WANTCRED) { in unp_send()
539 unp->unp_conn->unp_flags &= ~UNP_WANTCRED; in unp_send()
542 if (unp->unp_conn->unp_flags & UNP_OWANTCRED) { in unp_send()
547 unp->unp_conn->unp_flags &= ~UNP_OWANTCRED; in unp_send()
639 unp->unp_flags |= (bit); \ in uipc_ctloutput()
641 unp->unp_flags &= ~(bit); in uipc_ctloutput()
666 if (unp->unp_flags & UNP_EIDSVALID) { in uipc_ctloutput()
[all …]
Duipc_domain.c503 pcb->ki_pflags = unp->unp_flags; in sysctl_dounpcb()
/netbsd/src/sys/sys/
Dunpcb.h84 int unp_flags; /* misc flags; see below*/ member