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

/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h60 * @(#)unpcb.h 8.1 (Berkeley) 6/2/93
118 _UCPCB_LIST_HEAD(unp_head, unpcb);
120 LIST_HEAD(unp_head, unpcb);
121 #define sotounpcb(so) ((struct unpcb *)((so)->so_pcb))
123 struct unpcb { struct
124 LIST_ENTRY(unpcb) unp_link; /* glue on list of all PCBs */
128 struct unpcb *unp_conn; /* control block of connected socket */
130 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */
137 decl_lck_mtx_data( ,unp_mtx); /* per unpcb lock */
163 #define unpcb_compat unpcb
[all...]
H A DMakefile32 ttydefaults.h ttydev.h types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
77 types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c88 #include <sys/unpcb.h>
161 static void unp_detach(struct unpcb *);
162 static int unp_bind(struct unpcb *, struct sockaddr *, proc_t);
164 static void unp_disconnect(struct unpcb *);
165 static void unp_shutdown(struct unpcb *);
166 static void unp_drop(struct unpcb *, int);
173 static int unp_listen(struct unpcb *, proc_t);
174 static void unpcb_to_compat(struct unpcb *, struct unpcb_compat *);
183 struct unpcb *unp = sotounpcb(so);
202 struct unpcb *un
[all...]
H A Dsocket_info.c42 #include <sys/unpcb.h>
158 struct unpcb *unp = (struct unpcb *)so->so_pcb;

Completed in 80 milliseconds