Home | History | Annotate | Download | only in pppd

Lines Matching refs:mtu

216 static int	link_mtu;		/* mtu for the link (not bundle) */
653 /* set the mrru, mtu and flags */
1155 * netif_set_mtu - set the MTU on the PPP network interface.
1158 netif_set_mtu(int unit, int mtu)
1164 ifr.ifr_mtu = mtu;
1171 * netif_get_mtu - get the MTU on the PPP network interface.
1194 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp)
1200 link_mtu = mtu;