Home | History | Annotate | Download | only in pppd

Lines Matching full:ifr_flags

1783 	    if (((ifreq.ifr_flags ^ FLAGS_GOOD) & FLAGS_MASK) != 0)
1920 if (((ifreq.ifr_flags ^ FLAGS_GOOD) & FLAGS_MASK) != 0)
2255 ifr.ifr_flags |= (IFF_UP | IFF_POINTOPOINT);
2287 ifr.ifr_flags &= ~IFF_UP;
2288 ifr.ifr_flags |= IFF_POINTOPOINT;