Searched refs:send_config (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dpppd.h373 void (*send_config) __P((int, u_int32_t, int, int)); member in struct:channel
386 if (the_channel->send_config) \
387 (*the_channel->send_config)((mtu), (accm), (pc), (acc)); \
392 if (the_channel->send_config) \
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dpppd.h372 void (*send_config) __P((int, u_int32_t, int, int)); member in struct:channel
385 if (the_channel->send_config) \
386 (*the_channel->send_config)((mtu), (accm), (pc), (acc)); \
391 if (the_channel->send_config) \
H A Dpppoe.c282 send_config: &send_config_pppoe,
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoe.c373 send_config: &send_config_pppoe,
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dplugin.c436 send_config: &PPPOESendConfig,
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dplugin.c436 send_config: &PPPOESendConfig,
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/
H A Dpppol2tp.c502 send_config: &send_config_pppol2tp,
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/
H A Dpppol2tp.c496 send_config: &send_config_pppol2tp,
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dpppd.h444 void (*send_config) __P((int, u_int32_t, int, int)); member in struct:channel
H A Dmain.c1071 * send_config procedure called error() (or incremented error_count
1082 if (the_channel->send_config == NULL)
1085 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dpppd.h444 void (*send_config) __P((int, u_int32_t, int, int)); member in struct:channel
H A Dmain.c1071 * send_config procedure called error() (or incremented error_count
1082 if (the_channel->send_config == NULL)
1085 (*the_channel->send_config)(mtu, accm, pcomp, accomp);

Completed in 204 milliseconds