HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PPPOE_MTU (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 193 if (mtu > MAX_PPPOE_MTU) {
195 mtu = MAX_PPPOE_MTU;
218 if (mru > MAX_PPPOE_MTU)
pppoe.h 225 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - 2)

Completed in 39 milliseconds