Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dsocket.h526 unsigned int sae_srcif; /* optional source interface */ member
1014 unsigned int sae_srcif; /* optional source interface */ member
1027 unsigned int sae_srcif; /* optional source interface */ member
1040 unsigned int sae_srcif; /* optional source interface */ member
/xnu-10063.141.1/bsd/kern/
H A Duipc_syscalls.c844 ep.sae_srcif = ep64.sae_srcif; in connectx_nocancel()
855 ep.sae_srcif = ep32.sae_srcif; in connectx_nocancel()
950 error = connectitx(so, src, dst, p, ep.sae_srcif, uap->associd, in connectx_nocancel()
H A Duipc_socket.c401 …_CASSERT(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user64_sa_endpoints, sae_srci… in socketinit()
408 …_CASSERT(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user32_sa_endpoints, sae_srci… in socketinit()