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

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c121 static struct unp_head unp_shead, unp_dhead; variable in typeref:struct:
846 &unp_dhead : &unp_shead, unp, unp_link);
1570 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
1693 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
1930 LIST_INIT(&unp_dhead);

Completed in 187 milliseconds