Searched refs:send_config (Results 1 – 2 of 2) sorted by relevance
1043 if (pcb->link_cb->send_config) { in ppp_send_config()1044 pcb->link_cb->send_config(pcb, pcb->link_ctx_cb, accm, pcomp, accomp); in ppp_send_config()
161 void (*send_config)(ppp_pcb *pcb, void *ctx, u32_t accm, int pcomp, int accomp); member