Searched refs:sa_endpoints (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | socket.h | 336 typedef struct sa_endpoints { struct
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | uipc_socket.c | 359 static_assert(sizeof(struct sa_endpoints) == sizeof(struct user64_sa_endpoints)); in socketinit() 360 …static_assert(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user64_sa_endpoints, sae… in socketinit() 361 …static_assert(offsetof(struct sa_endpoints, sae_srcaddr) == offsetof(struct user64_sa_endpoints, s… in socketinit() 362 …static_assert(offsetof(struct sa_endpoints, sae_srcaddrlen) == offsetof(struct user64_sa_endpoints… in socketinit() 363 …static_assert(offsetof(struct sa_endpoints, sae_dstaddr) == offsetof(struct user64_sa_endpoints, s… in socketinit() 364 …static_assert(offsetof(struct sa_endpoints, sae_dstaddrlen) == offsetof(struct user64_sa_endpoints… in socketinit() 366 static_assert(sizeof(struct sa_endpoints) == sizeof(struct user32_sa_endpoints)); in socketinit() 367 …static_assert(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user32_sa_endpoints, sae… in socketinit() 368 …static_assert(offsetof(struct sa_endpoints, sae_srcaddr) == offsetof(struct user32_sa_endpoints, s… in socketinit() 369 …static_assert(offsetof(struct sa_endpoints, sae_srcaddrlen) == offsetof(struct user32_sa_endpoints… in socketinit() [all …]
|