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

  /external/ppp/pppd/
pppox.c 37 .send_config = NULL,
pppd.h 451 void (*send_config) __P((int, u_int32_t, int, int)); member in struct:channel
    [all...]
main.c 1094 * send_config procedure called error() (or incremented error_count
1105 if (the_channel->send_config == NULL)
1108 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 221 send_config: &send_config_pppoa,
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 436 send_config: &PPPOESendConfig,

Completed in 49 milliseconds