Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c407 unp->unp_flags &= ~UNP_WAITING; in unp_pcb_lock_peer()
630 unp->unp_flags |= UNP_BINDING; in uipc_bindat()
687 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
697 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
1049 unp2->unp_flags); in uipc_send()
1454 unp->unp_flags |= (bit); \ in uipc_ctloutput()
1456 unp->unp_flags &= ~(bit); \ in uipc_ctloutput()
1677 client_unp->unp_flags |= (listen_unp->unp_flags & UNP_WANTCRED_MASK); in unp_copy_peercred()
1715 ((unp->unp_flags | unp2->unp_flags) & UNP_CONNWAIT)) in unp_connect2()
2898 if (unp_flags & UNP_HAVEPC) { in db_print_unpflags()
[all …]
/f-stack/freebsd/sys/
H A Dunpcb.h83 short unp_flags; /* (p) PCB flags */ member
/f-stack/tools/compat/include/sys/
H A Dunpcb.h83 short unp_flags; /* (p) PCB flags */ member
/f-stack/lib/
H A Dff_glue.c1306 client_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
1310 server_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
1311 client_unp->unp_flags |= (listen_unp->unp_flags & UNP_WANTCRED_MASK); in unp_copy_peercred()