Home
last modified time | relevance | path

Searched refs:sae_srcif (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dsocket_private.h526 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 Dsocket.h337 unsigned int sae_srcif; /* optional source interface */ member
/xnu-12377.1.9/bsd/kern/
H A Duipc_syscalls.c854 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 Duipc_socket.c360 …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()