Searched refs:if_is_up (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dsys-linux.c211 static int if_is_up; /* Interface has been marked up */ variable
343 if (if_is_up) {
344 if_is_up = 0;
2273 if_is_up++;
2286 if (if_is_up && --if_is_up > 0)
2323 if (if_is_up)
H A Dsys-solaris.c238 static int if_is_up; /* Interface has been marked up */ variable
786 if (if_is_up)
1781 if_is_up = 1;
1806 if_is_up = 0;

Completed in 82 milliseconds