Searched refs:PPP_MRU (Results 1 – 2 of 2) sorted by relevance
230 if (val < PPP_MRU) in ipwireless_ppp_ioctl()231 val = PPP_MRU; in ipwireless_ppp_ioctl()273 network->mru = PPP_MRU; in do_go_online()
21 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro