Home
last modified time | relevance | path

Searched refs:SHCUPD_PORT (Results 1 – 6 of 6) sorted by relevance

/dports/security/stud/stud-0.4/
H A Dconfiguration.h63 char *SHCUPD_PORT; member
H A Dconfiguration.c142 r->SHCUPD_PORT = NULL; in config_new()
186 if (cfg->SHCUPD_PORT != NULL) free(cfg->SHCUPD_PORT); in config_destroy()
593 r = config_param_host_port_wildcard(v, &cfg->SHCUPD_IP, &cfg->SHCUPD_PORT, 1); in config_param_validate()
912 …cache updates on UDP (Default: \"%s\")\n", config_disp_hostport(cfg->SHCUPD_IP, cfg->SHCUPD_PORT)); in config_print_usage_fd()
1069 …ntf(fd, FMT_QSTR, CFG_SHARED_CACHE_LISTEN, config_disp_hostport(cfg->SHCUPD_IP, cfg->SHCUPD_PORT)); in config_print_default()
H A Dstud.c386 const int gai_err = getaddrinfo(CONFIG->SHCUPD_IP, CONFIG->SHCUPD_PORT, in create_shcupd_socket()
720 if (CONFIG->SHCUPD_PORT) { in make_ctx()
945 if (CONFIG->SHCUPD_PORT) { in do_listen()
1822 spo->port ? spo->port : CONFIG->SHCUPD_PORT, &hints, pai); in init_globals()
2080 if (CONFIG->SHCUPD_PORT) { in main()
/dports/security/hitch/hitch-1.7.0/src/
H A Dconfiguration.h123 char *SHCUPD_PORT; member
H A Dconfiguration.c233 r->SHCUPD_PORT = NULL; in config_new()
314 free(cfg->SHCUPD_PORT); in config_destroy()
910 &cfg->SHCUPD_PORT, NULL, 1, NULL); in config_param_validate()
1298 config_disp_hostport(cfg->SHCUPD_IP, cfg->SHCUPD_PORT)); in config_print_usage_fd()
H A Dhitch.c530 CONFIG->SHCUPD_PORT, &hints, &ai); in create_shcupd_socket()
1187 if (CONFIG->SHCUPD_PORT) { in make_ctx_fr()
3356 spo->port ? spo->port : CONFIG->SHCUPD_PORT, in init_globals()
4234 if (CONFIG->SHCUPD_PORT) { in main()
4291 if (CONFIG->SHCUPD_PORT) { in main()
4303 if (CONFIG->SHCUPD_PORT) { in main()