Searched refs:unp_flags (Results 1 – 2 of 2) sorted by relevance
496 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 …]
80 short unp_flags; /* flags */ member