OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prio_remote
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
ipv6cp.c
329
static int prio_local,
prio_remote
;
local
366
if (option_priority >=
prio_remote
) {
369
prio_remote
= option_priority;
[
all
...]
ipcp.c
417
static int prio_local = 0,
prio_remote
= 0;
local
452
if (*++colon != '\0' && option_priority >=
prio_remote
) {
468
prio_remote
= option_priority;
[
all
...]
Completed in 170 milliseconds