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

  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 285 void (*lowerdown) (int unit); member in struct:protent
auth.c 422 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) {
423 (*protp->lowerdown)(unit);
    [all...]
  /external/ppp/pppd/
pppd.h 408 void (*lowerdown) __P((int unit)); member in struct:protent
    [all...]
auth.c 712 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
713 (*protp->lowerdown)(unit);
    [all...]

Completed in 684 milliseconds