Searched refs:node_str (Results 1 – 1 of 1) sorted by relevance
1038 char node_str[NI_MAXHOST] = ""; in main() local1046 strncpy(node_str, optarg, NI_MAXHOST-1); in main()1047 node_str[NI_MAXHOST - 1] = '\0'; in main()1150 ctx = get_context(node_str[0] == 0 ? "0.0.0.0" : node_str, port_str); in main()1156 ctx = get_context(node_str[0] == 0 ? "::" : node_str, port_str); in main()