Qore Programming Language Reference Manual  0.8.4
 All Classes Namespaces Functions Variables
Network Address Family Constants

Variables

const Qore::AF_INET = AF_INET
 IPv4 address family.
const Qore::AF_INET6 = AF_INET6
 IPv6 address family.
const Qore::AF_LOCAL = AF_LOCAL
 POSIX synonym for AF_UNIX.
const Qore::AF_UNIX = AF_UNIX
 UNIX domain address family (UNIX socket files)
const Qore::AF_UNSPEC = AF_UNSPEC
 unspecified address family

Detailed Description

These are the possible network address family constants