Searched refs:send_config (Results 1 – 3 of 3) sorted by relevance
237 void (*send_config)(int, uint32_t, int, int); member
1234 if (the_channel->send_config == NULL) in ppp_send_config()1237 (*the_channel->send_config)(mtu, accm, pcomp, accomp); in ppp_send_config()
532 .send_config = &send_config_pppol2tp,