Variable SockAddrIPv4.sa

the underlying sockaddr_in struct

struct SockAddrIPv4
{
  // ...
  core.sys.posix.netinet.in_.sockaddr_in sa ;
  // ...
}