Searched refs:user32_sa_endpoints (Results 1 – 3 of 3) sorted by relevance
551 struct user32_sa_endpoints { struct
366 static_assert(sizeof(struct sa_endpoints) == sizeof(struct user32_sa_endpoints)); in socketinit()367 …static_assert(offsetof(struct sa_endpoints, sae_srcif) == offsetof(struct user32_sa_endpoints, sae… in socketinit()368 …static_assert(offsetof(struct sa_endpoints, sae_srcaddr) == offsetof(struct user32_sa_endpoints, s… in socketinit()369 …static_assert(offsetof(struct sa_endpoints, sae_srcaddrlen) == offsetof(struct user32_sa_endpoints… in socketinit()370 …static_assert(offsetof(struct sa_endpoints, sae_dstaddr) == offsetof(struct user32_sa_endpoints, s… in socketinit()371 …static_assert(offsetof(struct sa_endpoints, sae_dstaddrlen) == offsetof(struct user32_sa_endpoints… in socketinit()
826 struct user32_sa_endpoints ep32; in connectx_nocancel()