Home
last modified time | relevance | path

Searched defs:tcp_relay_ports (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/other/bootstrap_daemon/src/
H A Dconfig.c29 static void parse_tcp_relay_ports_config(config_t *cfg, uint16_t **tcp_relay_ports, int *tcp_relay_… in parse_tcp_relay_ports_config()
131uint16_t **tcp_relay_ports, int *tcp_relay_port_count, int *enable_motd, char **motd) in get_general_config()
H A Dtox-bootstrapd.c238 uint16_t *tcp_relay_ports = nullptr; in main() local