Searched refs:UNP_WANTCRED (Results 1 – 2 of 2) sorted by relevance
110 #define UNP_WANTCRED 0x004 /* credentials wanted */ macro
1036 if (unp2->unp_flags & UNP_WANTCRED) in uipc_send()1090 if (unp2->unp_flags & UNP_WANTCRED) { in uipc_send()1095 unp2->unp_flags &= ~UNP_WANTCRED; in uipc_send()1401 optval = unp->unp_flags & UNP_WANTCRED ? 1 : 0; in uipc_ctloutput()1437 OPTSET(UNP_WANTCRED); in uipc_ctloutput()1647 if (listen_unp->unp_flags & UNP_WANTCRED) in unp_copy_peercred()1648 client_unp->unp_flags |= UNP_WANTCRED; in unp_copy_peercred()2791 if (unp_flags & UNP_WANTCRED) { in db_print_unpflags()