Searched refs:UNP_EIDSVALID (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/sys/
H A Dunpcb.h91 * UNP_EIDSVALID - indicates that the unp_connid member is filled in
102 #define UNP_EIDSVALID 0x0004 /* unp_connid contains valid data */ macro
/netbsd-current/sys/kern/
H A Duipc_usrreq.c663 if (unp->unp_flags & UNP_EIDSVALID) {
1234 unp_connid(l, unp3, UNP_EIDSVALID);
1244 unp->unp_flags |= UNP_EIDSVALID;

Completed in 2606 milliseconds