Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dunpcb.h113 #define _UNPCB_PTR(x) u_int32_t macro
117 #define _UNPCB_PTR(x) x macro
172 _UNPCB_PTR(struct socket *) unp_socket; /* pointer back to socket */
173 _UNPCB_PTR(struct vnode *) unp_vnode; /* if associated with file */
175 _UNPCB_PTR(struct unpcb_compat *) unp_conn; /* control block of connected socket */
182 _UNPCB_PTR(struct sockaddr_un *) unp_addr; /* bound address of socket */
195 _UNPCB_PTR(struct unpcb_compat *) xu_unpp; /* to help netstat, fstat */
/xnu-11215.81.4/bsd/kern/
H A Duipc_usrreq.c1760 cp->unp_socket = (_UNPCB_PTR(struct socket *)) in unpcb_to_compat()
1762 cp->unp_vnode = (_UNPCB_PTR(struct vnode *)) in unpcb_to_compat()
1765 cp->unp_conn = (_UNPCB_PTR(struct unpcb_compat *)) in unpcb_to_compat()
1779 cp->unp_addr = (_UNPCB_PTR(struct sockaddr_un *)) in unpcb_to_compat()
1865 xu.xu_unpp = (_UNPCB_PTR(struct unpcb_compat *))