Tor 0.4.9.0-alpha-dev
|
Data Fields | |
unsigned int | no_advertise: 1 |
unsigned int | no_listen: 1 |
unsigned int | all_addrs: 1 |
unsigned int | bind_ipv4_only: 1 |
unsigned int | bind_ipv6_only: 1 |
Definition at line 15 of file server_port_cfg_st.h.
unsigned int all_addrs |
Definition at line 19 of file server_port_cfg_st.h.
unsigned int bind_ipv4_only |
Definition at line 20 of file server_port_cfg_st.h.
unsigned int bind_ipv6_only |
Definition at line 21 of file server_port_cfg_st.h.
unsigned int no_advertise |
Definition at line 17 of file server_port_cfg_st.h.
unsigned int no_listen |
Definition at line 18 of file server_port_cfg_st.h.