Searched refs:netif_set_mtu (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmultilink.c102 netif_set_mtu(0, mtu);
107 netif_set_mtu(0, mtu);
143 netif_set_mtu(0, mtu);
187 netif_set_mtu(0, mtu);
H A Ddemand.c92 netif_set_mtu(0, MIN(lcp_allowoptions[0].mru, PPP_MRU));
H A Dpppd.h530 void netif_set_mtu __P((int, int)); /* Set PPP interface MTU */
H A Dlcp.c1783 netif_set_mtu(f->unit, mtu);
H A Dsys-linux.c1071 * netif_set_mtu - set the MTU on the PPP network interface.
1074 netif_set_mtu(int unit, int mtu) function
1078 SYSDEBUG ((LOG_DEBUG, "netif_set_mtu: mtu = %d\n", mtu));
H A Dsys-solaris.c1401 * netif_set_mtu - set the MTU on the PPP network interface.
1404 netif_set_mtu(unit, mtu) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmultilink.c137 netif_set_mtu(0, mtu);
142 netif_set_mtu(0, mtu);
187 netif_set_mtu(0, mtu);
234 netif_set_mtu(0, mtu);
H A Ddemand.c97 netif_set_mtu(0, MIN(lcp_allowoptions[0].mru, PPP_MRU));
H A Dpppd.h635 void netif_set_mtu __P((int, int)); /* Set PPP interface MTU */
H A Dccp.c1193 netif_set_mtu(f->unit, mtu - MPPE_PAD);
H A Dlcp.c1918 netif_set_mtu(f->unit, MIN(MIN(mtu, mru), ao->mru));
H A Dsys-linux.c1152 * netif_set_mtu - set the MTU on the PPP network interface.
1155 netif_set_mtu(int unit, int mtu) function
H A Dsys-solaris.c1499 * netif_set_mtu - set the MTU on the PPP network interface.
1502 netif_set_mtu(unit, mtu) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h602 void netif_set_mtu __P((int, int)); /* Set PPP interface MTU */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppd.h538 void netif_set_mtu __P((int, int)); /* Set PPP interface MTU */
H A Dsys-linux.c605 * netif_set_mtu - set the MTU on the PPP network interface.
608 netif_set_mtu(int unit, int mtu) function
612 SYSDEBUG ((LOG_DEBUG, "netif_set_mtu: mtu = %d\n", mtu));

Completed in 114 milliseconds