Searched refs:user64_sa_endpoints (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/bsd/sys/ |
| H A D | socket_private.h | 536 struct user64_sa_endpoints { struct
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | uipc_socket.c | 402 _CASSERT(sizeof(struct sa_endpoints) == sizeof(struct user64_sa_endpoints)); in socketinit() 403 …_CASSERT(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user64_sa_endpoints, sae_srci… in socketinit() 404 …_CASSERT(offsetof(struct sa_endpoints, sae_srcaddr) == offsetof(struct user64_sa_endpoints, sae_sr… in socketinit() 405 …_CASSERT(offsetof(struct sa_endpoints, sae_srcaddrlen) == offsetof(struct user64_sa_endpoints, sae… in socketinit() 406 …_CASSERT(offsetof(struct sa_endpoints, sae_dstaddr) == offsetof(struct user64_sa_endpoints, sae_ds… in socketinit() 407 …_CASSERT(offsetof(struct sa_endpoints, sae_dstaddrlen) == offsetof(struct user64_sa_endpoints, sae… in socketinit()
|
| H A D | uipc_syscalls.c | 828 struct user64_sa_endpoints ep64; in connectx_nocancel()
|