AF_INET

public func AF_INET() -> Int32

AF_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