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

/netbsd-current/sys/net/
H A Dif_sl.c121 * SLMTU is a hard limit on output packet size. To insure good
122 * interactive response, SLMTU wants to be the smallest size that
156 #ifndef SLMTU
157 #define SLMTU 296 macro
159 #if (SLMTU < 3)
160 #error SLMTU way too small.
265 sc->sc_if.if_mtu = SLMTU;

Completed in 277 milliseconds