Home
last modified time | relevance | path

Searched refs:lowerup (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h283 void (*lowerup) (int unit); member
Dauth.c459 if (protp->protocol != PPP_LCP && protp->enabled_flag && protp->lowerup != NULL) { in link_established()
460 (*protp->lowerup)(unit); in link_established()
/external/ppp/pppd/
Dpppd.h406 void (*lowerup) __P((int unit)); member
Dauth.c742 && protp->lowerup != NULL)
743 (*protp->lowerup)(unit);
/external/libnl/lib/route/
Dlink.c2530 __ADD(IFF_LOWER_UP, lowerup)