Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dunpcb.h113 #define _UNPCB_PTR(x) u_int32_t macro
117 #define _UNPCB_PTR(x) x macro
171 _UNPCB_PTR(struct socket *) unp_socket; /* pointer back to socket */
172 _UNPCB_PTR(struct vnode *) unp_vnode; /* if associated with file */
174 _UNPCB_PTR(struct unpcb_compat *) unp_conn; /* control block of connected socket */
181 _UNPCB_PTR(struct sockaddr_un *) unp_addr; /* bound address of socket */
194 _UNPCB_PTR(struct unpcb_compat *) xu_unpp; /* to help netstat, fstat */
/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c1674 cp->unp_socket = (_UNPCB_PTR(struct socket *)) in unpcb_to_compat()
1676 cp->unp_vnode = (_UNPCB_PTR(struct vnode *)) in unpcb_to_compat()
1679 cp->unp_conn = (_UNPCB_PTR(struct unpcb_compat *)) in unpcb_to_compat()
1693 cp->unp_addr = (_UNPCB_PTR(struct sockaddr_un *)) in unpcb_to_compat()
1778 xu.xu_unpp = (_UNPCB_PTR(struct unpcb_compat *))