Searched refs:sae_srcif (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | socket_private.h | 526 unsigned int sae_srcif; /* optional source interface */ member 539 unsigned int sae_srcif; /* optional source interface */ member 552 unsigned int sae_srcif; /* optional source interface */ member
|
| H A D | socket.h | 337 unsigned int sae_srcif; /* optional source interface */ member
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | uipc_syscalls.c | 854 ep.sae_srcif = ep64.sae_srcif; in connectx_nocancel() 865 ep.sae_srcif = ep32.sae_srcif; in connectx_nocancel() 960 error = connectitx(so, src, dst, p, ep.sae_srcif, uap->associd, in connectx_nocancel()
|
| H A D | uipc_socket.c | 360 …static_assert(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user64_sa_endpoints, sae… in socketinit() 367 …static_assert(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user32_sa_endpoints, sae… in socketinit()
|