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

  /external/syslinux/core/lwip/src/netif/ppp/
auth.h 73 void np_up (int, u16_t);
auth.c 683 * np_up - a network protocol has come up.
686 np_up(int unit, u16_t proto) function
691 AUTHDEBUG(LOG_INFO, ("np_up: %d proto=%X\n", unit, proto));
693 AUTHDEBUG(LOG_INFO, ("np_up: maxconnect=%d idle_time_limit=%d\n",ppp_settings.maxconnect,ppp_settings.idle_time_limit));
    [all...]
ipcp.c     [all...]
  /external/ppp/pppd/
pppd.h 557 void np_up __P((int, int)); /* a network protocol has come up */
    [all...]
ipv6cp.c     [all...]
ipxcp.c     [all...]
auth.c 1064 * np_up - a network protocol has come up.
1067 np_up(unit, proto) function
    [all...]
ipcp.c 94 static int ipcp_is_up; /* have called np_up() */
    [all...]

Completed in 2521 milliseconds