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

/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h109 #define _UNPCB_PTR(x) u_int32_t macro
113 #define _UNPCB_PTR(x) x macro
167 _UNPCB_PTR(struct socket *) unp_socket; /* pointer back to socket */
168 _UNPCB_PTR(struct vnode *) unp_vnode; /* if associated with file */
170 _UNPCB_PTR(struct unpcb_compat *) unp_conn; /* control block of connected socket */
177 _UNPCB_PTR(struct sockaddr_un *) unp_addr; /* bound address of socket */
190 _UNPCB_PTR(struct unpcb_compat *) xu_unpp; /* to help netstat, fstat */
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c1492 cp->unp_socket = (_UNPCB_PTR(struct socket *))
1494 cp->unp_vnode = (_UNPCB_PTR(struct vnode *))
1497 cp->unp_conn = (_UNPCB_PTR(struct unpcb_compat *))
1511 cp->unp_addr = (_UNPCB_PTR(struct sockaddr_un *))
1595 xu.xu_unpp = (_UNPCB_PTR(struct unpcb_compat *))

Completed in 23 milliseconds