Home
last modified time | relevance | path

Searched refs:user32_sa_endpoints (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dsocket_private.h549 struct user32_sa_endpoints { struct
/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c409 _CASSERT(sizeof(struct sa_endpoints) == sizeof(struct user32_sa_endpoints)); in socketinit()
410 …_CASSERT(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user32_sa_endpoints, sae_srci… in socketinit()
411 …_CASSERT(offsetof(struct sa_endpoints, sae_srcaddr) == offsetof(struct user32_sa_endpoints, sae_sr… in socketinit()
412 …_CASSERT(offsetof(struct sa_endpoints, sae_srcaddrlen) == offsetof(struct user32_sa_endpoints, sae… in socketinit()
413 …_CASSERT(offsetof(struct sa_endpoints, sae_dstaddr) == offsetof(struct user32_sa_endpoints, sae_ds… in socketinit()
414 …_CASSERT(offsetof(struct sa_endpoints, sae_dstaddrlen) == offsetof(struct user32_sa_endpoints, sae… in socketinit()
H A Duipc_syscalls.c827 struct user32_sa_endpoints ep32; in connectx_nocancel()