setup_listener
lsock_v4 = setup_listener(AF_INET);
lsock_v6 = setup_listener(AF_INET6);
static int setup_listener(int af);