HomeSort by relevance Sort by last modified time
    Searched refs:lowerup (Results 1 - 5 of 5) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 283 void (*lowerup) (int unit); member in struct:protent
auth.c 459 if (protp->protocol != PPP_LCP && protp->enabled_flag && protp->lowerup != NULL) {
460 (*protp->lowerup)(unit);
    [all...]
  /external/ppp/pppd/
pppd.h 406 void (*lowerup) __P((int unit)); member in struct:protent
    [all...]
auth.c 742 && protp->lowerup != NULL)
743 (*protp->lowerup)(unit);
    [all...]
  /external/libnl/lib/route/
link.c     [all...]

Completed in 447 milliseconds