Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDuipc_usrreq.c496 if (unp->unp_flags & UNP_BINDING) { in uipc_bindat()
500 unp->unp_flags |= UNP_BINDING; in uipc_bindat()
555 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
565 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
747 unp->unp_flags |= UNP_HAVEPCCACHED; in uipc_listen()
891 if (unp2->unp_flags & UNP_WANTCRED) in uipc_send()
960 if (unp2->unp_flags & UNP_WANTCRED) { in uipc_send()
965 unp2->unp_flags &= ~UNP_WANTCRED; in uipc_send()
1187 if (unp->unp_flags & UNP_HAVEPC) in uipc_ctloutput()
1202 optval = unp->unp_flags & UNP_WANTCRED ? 1 : 0; in uipc_ctloutput()
[all …]
/trueos/sys/sys/
HDunpcb.h80 short unp_flags; /* flags */ member