OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strremote
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
ipv6cp.c
1499
char strspeed[32], strlocal[64],
strremote
[64];
local
1504
strlcpy(
strremote
, llv6_ntoa(ipv6cp_hisoptions[0].hisid),
1505
sizeof(
strremote
));
1512
argv[5] =
strremote
;
ipv6cp.c
1499
char strspeed[32], strlocal[64],
strremote
[64];
local
1504
strlcpy(
strremote
, llv6_ntoa(ipv6cp_hisoptions[0].hisid),
1505
sizeof(
strremote
));
1512
argv[5] =
strremote
;
ipcp.c
2134
char strspeed[32], strlocal[32],
strremote
[32];
local
2139
slprintf(
strremote
, sizeof(
strremote
), "%I", ipcp_hisoptions[0].hisaddr);
2146
argv[5] =
strremote
;
ipcp.c
2134
char strspeed[32], strlocal[32],
strremote
[32];
local
2139
slprintf(
strremote
, sizeof(
strremote
), "%I", ipcp_hisoptions[0].hisaddr);
2146
argv[5] =
strremote
;
Completed in 46 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026