HomeSort by: relevance | last modified time | path
    Searched defs:ip_address_str (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
macos-ioloop.c 1569 char ip_address_str[MAX(INET_ADDRSTRLEN, INET6_ADDRSTRLEN)]; local
1572 snprintf(ip_address_str, sizeof(ip_address_str), "0.0.0.0");
1575 snprintf(ip_address_str, sizeof(ip_address_str), "::");
1579 inet_ntop(family, &ip_address->sin.sin_addr, ip_address_str, sizeof(ip_address_str));
1581 inet_ntop(family, &ip_address->sin6.sin6_addr, ip_address_str, sizeof(ip_address_str));
1584 endpoint = nw_endpoint_create_host(ip_address_str, portbuf)
    [all...]

Completed in 16 milliseconds