Searched refs:sa_endpoints (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.141.1/bsd/kern/ |
| H A D | uipc_socket.c | 400 _CASSERT(sizeof(struct sa_endpoints) == sizeof(struct user64_sa_endpoints)); in socketinit() 401 …_CASSERT(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user64_sa_endpoints, sae_srci… in socketinit() 402 …_CASSERT(offsetof(struct sa_endpoints, sae_srcaddr) == offsetof(struct user64_sa_endpoints, sae_sr… in socketinit() 403 …_CASSERT(offsetof(struct sa_endpoints, sae_srcaddrlen) == offsetof(struct user64_sa_endpoints, sae… in socketinit() 404 …_CASSERT(offsetof(struct sa_endpoints, sae_dstaddr) == offsetof(struct user64_sa_endpoints, sae_ds… in socketinit() 405 …_CASSERT(offsetof(struct sa_endpoints, sae_dstaddrlen) == offsetof(struct user64_sa_endpoints, sae… in socketinit() 407 _CASSERT(sizeof(struct sa_endpoints) == sizeof(struct user32_sa_endpoints)); in socketinit() 408 …_CASSERT(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user32_sa_endpoints, sae_srci… in socketinit() 409 …_CASSERT(offsetof(struct sa_endpoints, sae_srcaddr) == offsetof(struct user32_sa_endpoints, sae_sr… in socketinit() 410 …_CASSERT(offsetof(struct sa_endpoints, sae_srcaddrlen) == offsetof(struct user32_sa_endpoints, sae… in socketinit() [all …]
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | socket.h | 525 typedef struct sa_endpoints { struct
|