AF_INET
#define AF_INET 2 /* internetwork: UDP, TCP, etc. */
typedef enum { AF_UNSPEC, AF_INET, AF_INET6, AF_ANY } ac_t;