Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_usrreq.c137 static struct unp_head unp_shead, unp_dhead; variable
993 &unp_dhead : &unp_shead, unp, unp_link); in unp_attach()
1767 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
1898 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
2060 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
2435 LIST_INIT(&unp_shead); in unp_init()
/xnu-10063.101.15/tools/lldbmacros/
H A Dnet.py1938 print(GetUnixDomainPcbInfo(addressof(kern.globals.unp_shead), "stream"))