OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Apr 19 00:22:55 UTC 2026