AF_INET
public func AF_INET() -> Int32AF_INET — the IPv4 address family.
Pass to socket() as the domain argument when opening an IPv4
socket. The numeric value is 2 on every POSIX platform we
target.
Defined in lang/std/net/libc.ks
public func AF_INET() -> Int32AF_INET — the IPv4 address family.
Pass to socket() as the domain argument when opening an IPv4
socket. The numeric value is 2 on every POSIX platform we
target.
Defined in lang/std/net/libc.ks