OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addr_text
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
message.c
3481
char addr[16] = { 0 },
addr_text
[64];
local
3515
strlcpy(
addr_text
, "0", sizeof(
addr_text
));
3521
inet_ntop(AF_INET, addr,
addr_text
, sizeof(
addr_text
));
3527
inet_ntop(AF_INET6, addr,
addr_text
, sizeof(
addr_text
));
3534
ADD_STRING(target,
addr_text
);
3535
snprintf(
addr_text
, sizeof(
addr_text
), "/%d/%d", addrlen, scopelen)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
message.c
3536
char addr[16],
addr_text
[64];
local
3571
strlcpy(
addr_text
, "0", sizeof(
addr_text
));
3577
inet_ntop(AF_INET, addr,
addr_text
, sizeof(
addr_text
));
3583
inet_ntop(AF_INET6, addr,
addr_text
, sizeof(
addr_text
));
3590
ADD_STRING(target,
addr_text
);
3591
snprintf(
addr_text
, sizeof(
addr_text
), "/%d/%d", addrlen, scopelen)
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026