Searched refs:unpcb (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | unpcb.h | 122 _UCPCB_LIST_HEAD(unp_head, unpcb); 124 LIST_HEAD(unp_head, unpcb); 125 #define sotounpcb(so) ((struct unpcb *)((so)->so_pcb)) 127 struct unpcb { struct 128 LIST_ENTRY(unpcb) unp_link; /* glue on list of all PCBs */ 132 struct unpcb *unp_conn; /* control block of connected socket */ argument 134 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */ argument 167 #define unpcb_compat unpcb 168 struct unpcb {
|
| H A D | Makefile | 45 ttydefaults.h types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \ 123 unpcb.h \ 156 types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_usrreq.c | 109 ZONE_DECLARE(unp_zone, "unpzone", sizeof(struct unpcb), ZC_NONE); 168 static void unp_detach(struct unpcb *); 169 static int unp_bind(struct unpcb *, struct sockaddr *, proc_t); 171 static void unp_disconnect(struct unpcb *); 172 static void unp_shutdown(struct unpcb *); 173 static void unp_drop(struct unpcb *, int); 179 static int unp_listen(struct unpcb *, proc_t); 180 static void unpcb_to_compat(struct unpcb *, struct unpcb_compat *); 199 struct unpcb *unp = sotounpcb(so); in unp_get_locks_in_order() 218 struct unpcb *unp = sotounpcb(so); in uipc_abort() [all …]
|
| H A D | socket_info.c | 172 struct unpcb *unp = (struct unpcb *)so->so_pcb; in fill_socketinfo()
|
| H A D | uipc_socket2.c | 656 struct unpcb *unp = sotounpcb(so2); in sowakeup() 667 struct unpcb *unp; in sowakeup() 681 struct unpcb *unp; in sowakeup()
|
| H A D | uipc_socket.c | 5180 struct unpcb *unp = in sosetoptlock() 5181 (struct unpcb *)(so->so_pcb); in sosetoptlock() 6115 struct unpcb *unp = in sogetoptlock() 6116 (struct unpcb *)(so->so_pcb); in sogetoptlock()
|