HomeSort by relevance Sort by last modified time
    Searched refs:ipv_inuse (Results 1 - 4 of 4) sorted by null

  /external/curl/tests/server/
resolve.c 58 static const char *ipv_inuse = "IPv4"; variable
80 ipv_inuse = "IPv6";
86 ipv_inuse = "IPv4";
153 printf("Resolving %s '%s' didn't work\n", ipv_inuse, host);
rtspd.c 70 static const char *ipv_inuse = "IPv4"; variable
    [all...]
sockfilt.c 139 static const char *ipv_inuse = "IPv4"; variable
1071 snprintf((char *)buffer, sizeof(buffer), "%s/%hu\n", ipv_inuse, port);
    [all...]
tftpd.c 208 static const char *ipv_inuse = "IPv4"; variable
707 ipv_inuse = "IPv4";
714 ipv_inuse = "IPv6";
822 logmsg("Running %s version on port UDP/%d", ipv_inuse, (int)port);
936 ipv_inuse, (int)port, pid, exit_signal);
    [all...]

Completed in 164 milliseconds