Lines Matching defs:mtu
1028 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp) {
1029 LWIP_UNUSED_ARG(mtu);
1030 /* pcb->mtu = mtu; -- set correctly with netif_set_mtu */
1318 void netif_set_mtu(ppp_pcb *pcb, int mtu) {
1320 pcb->netif->mtu = mtu;
1321 PPPDEBUG(LOG_INFO, ("netif_set_mtu[%d]: mtu=%d\n", pcb->netif->num, mtu));
1329 return pcb->netif->mtu;