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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c120 static struct unp_head unp_shead, unp_dhead; variable in typeref:struct:
805 &unp_dhead : &unp_shead, unp, unp_link);
1529 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
1653 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
1893 LIST_INIT(&unp_dhead);

Completed in 12 milliseconds