Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Duipc_usrreq.c137 static struct unp_head unp_shead, unp_dhead; variable
1023 &unp_dhead : &unp_shead, unp, unp_link); in unp_attach()
1798 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
1931 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
2097 head = ((intptr_t)arg1 == SOCK_DGRAM ? &unp_dhead : &unp_shead);
2478 LIST_INIT(&unp_shead); in unp_init()
/xnu-12377.1.9/tools/lldbmacros/
H A Dnet.py1895 print(GetUnixDomainPcbInfo(addressof(kern.globals.unp_shead), "stream"))