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

  /external/ppp/pppd/
demand.c 98 if (ppp_send_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0
lcp.c 433 if (ppp_send_config(unit, PPP_MRU, 0xffffffff, 0, 0) < 0
    [all...]
pppd.h 493 int ppp_send_config __P((int, int, u_int32_t, int, int));
    [all...]
main.c 1092 * ppp_send_config - configure the transmit-side characteristics of
1098 ppp_send_config(unit, mtu, accm, pcomp, accomp) function
    [all...]

Completed in 436 milliseconds