Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c123 static struct unp_head unp_shead, unp_dhead; variable
937 &unp_dhead : &unp_shead, unp, unp_link); in unp_attach()
1711 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
1840 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
2234 LIST_INIT(&unp_dhead); in unp_init()