Searched refs:sae_srcif (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | socket_private.h | 524 unsigned int sae_srcif; /* optional source interface */ member 537 unsigned int sae_srcif; /* optional source interface */ member 550 unsigned int sae_srcif; /* optional source interface */ member
|
| H A D | socket.h | 337 unsigned int sae_srcif; /* optional source interface */ member
|
| /xnu-11215/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 | 403 …_CASSERT(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user64_sa_endpoints, sae_srci… in socketinit() 410 …_CASSERT(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user32_sa_endpoints, sae_srci… in socketinit()
|