Home
last modified time | relevance | path

Searched refs:PPP_MTU (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/
Dsyncppp.h67 #define PPP_MTU 1500 /* max. transmit unit */ macro
/linux-2.4.37.9/include/linux/
Dif_ppp.h42 #define PPP_MTU 1500 /* Default MTU (size of Info field) */ macro
/linux-2.4.37.9/drivers/net/wan/
Dsyncppp.c938 if(new_mtu<128||new_mtu>PPP_MTU||(dev->flags&IFF_UP)) in sppp_change_mtu()
1050 dev->mtu = PPP_MTU; in sppp_attach()
/linux-2.4.37.9/drivers/net/
Dppp_generic.c910 dev->mtu = PPP_MTU; in ppp_net_init()