Searched defs:ethermax (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1815 int ethermax = dp->mtu + sizeof (struct ether_header); local
1878 ethermax = dp->mtu + sizeof (struct ether_header);
1880 ethermax += VTAG_SIZE;
1891 if (len > ethermax) {

Completed in 70 milliseconds