Searched defs:if6_is_up (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dsys-solaris.c190 static int if6_is_up = 0; /* IPv6 interface has been marked up */ variable
783 if (if6_is_up)
1860 if6_is_up = 1;
1893 if6_is_up = 0;
H A Dsys-linux.c212 static int if6_is_up; /* Interface has been marked up for IPv6, to help differentiate */ variable
347 if (if6_is_up)
2290 if (if6_is_up)
2308 if6_is_up = 1;
2321 if6_is_up = 0;

Completed in 80 milliseconds