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

  /external/syslinux/core/lwip/src/netif/ppp/
auth.h 79 void np_finished (int, u16_t);
auth.c 728 * np_finished - a network protocol has finished using the link.
731 np_finished(int unit, u16_t proto) function
736 AUTHDEBUG(LOG_INFO, ("np_finished: %d proto=%X\n", unit, proto));
    [all...]
ipcp.c     [all...]
  /external/ppp/pppd/
pppd.h 559 void np_finished __P((int, int)); /* a network protocol no longer needs link */
    [all...]
ipv6cp.c     [all...]
ipxcp.c     [all...]
auth.c 1126 * np_finished - a network protocol has finished using the link.
1129 np_finished(unit, proto) function
    [all...]
ipcp.c 95 static int ipcp_is_open; /* haven't called np_finished() */
    [all...]

Completed in 3377 milliseconds