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

/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h19 #define ETHER_MAX_LEN 1518 /* maximum frame len, including CRC */ macro
55 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
363 #define ETHERMTU (ETHER_MAX_LEN-ETHER_HDR_LEN-ETHER_CRC_LEN)
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dnet.c80 uint8_t sc_rxbuf[ETHER_MAX_LEN];
81 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN];

Completed in 66 milliseconds