OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndprefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
ipv6nd.c
1586
char
ndprefix
[32];
local
1600
snprintf(
ndprefix
, sizeof(
ndprefix
), "nd%zu", i);
1601
if (efprintf(fp, "%s_from=%s",
ndprefix
, rap->sfrom) == -1)
1603
if (efprintf(fp, "%s_acquired=%lld",
ndprefix
,
1606
if (efprintf(fp, "%s_now=%lld",
ndprefix
,
1609
if (efprintf(fp, "%s_hoplimit=%u",
ndprefix
, rap->hoplimit) == -1)
1612
if (efprintf(fp, "%s_flags=%s%s%s%s%s",
ndprefix
,
1619
if (efprintf(fp, "%s_lifetime=%u",
ndprefix
, rap->lifetime) == -1)
1666
ndprefix
, rap->iface->name
[
all
...]
ipv6nd.c
1586
char
ndprefix
[32];
local
1600
snprintf(
ndprefix
, sizeof(
ndprefix
), "nd%zu", i);
1601
if (efprintf(fp, "%s_from=%s",
ndprefix
, rap->sfrom) == -1)
1603
if (efprintf(fp, "%s_acquired=%lld",
ndprefix
,
1606
if (efprintf(fp, "%s_now=%lld",
ndprefix
,
1609
if (efprintf(fp, "%s_hoplimit=%u",
ndprefix
, rap->hoplimit) == -1)
1612
if (efprintf(fp, "%s_flags=%s%s%s%s%s",
ndprefix
,
1619
if (efprintf(fp, "%s_lifetime=%u",
ndprefix
, rap->lifetime) == -1)
1666
ndprefix
, rap->iface->name
[
all
...]
Completed in 82 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026