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

  /external/ppp/pppd/
pppox.c 38 .recv_config = NULL,
pppd.h 453 void (*recv_config) __P((int, u_int32_t, int, int)); member in struct:channel
    [all...]
main.c 1115 * recv_config procedure called error() (or incremented error_count
1126 if (the_channel->recv_config == NULL)
1129 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 222 recv_config: &recv_config_pppoa,
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 437 recv_config: &PPPOERecvConfig,

Completed in 70 milliseconds