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

  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 450 void ppp_recv_config (int, int, u32_t, int, int);
lcp.c 364 ppp_recv_config(unit, PPP_MRU, 0x00000000l,
    [all...]
ppp.c 1179 ppp_recv_config( int unit, int mru, u32_t asyncmap, int pcomp, int accomp) function
    [all...]
  /external/ppp/pppd/
demand.c 99 || ppp_recv_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0)
lcp.c 442 || ppp_recv_config(unit, PPP_MRU, (lax_recv? 0: 0xffffffff),
    [all...]
pppd.h 514 int ppp_recv_config __P((int, int, u_int32_t, int, int));
    [all...]
main.c 1177 * ppp_recv_config - configure the receive-side characteristics of
1183 ppp_recv_config(unit, mru, accm, pcomp, accomp) function
    [all...]

Completed in 139 milliseconds