Go to the documentation of this file.
12#ifndef SERVER_PORT_CFG_ST_H
13#define SERVER_PORT_CFG_ST_H
17 unsigned int no_advertise : 1;
18 unsigned int no_listen : 1;
19 unsigned int all_addrs : 1;
20 unsigned int bind_ipv4_only : 1;
21 unsigned int bind_ipv6_only : 1;