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

/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h18 #define ETHER_MIN_LEN 64 /* minimum frame len, including CRC */ macro
55 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
364 #define ETHERMIN (ETHER_MIN_LEN-ETHER_HDR_LEN-ETHER_CRC_LEN)
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dnet.c253 if (len < ETHER_MIN_LEN - ETHER_CRC_LEN) {
254 sendlen = ETHER_MIN_LEN - ETHER_CRC_LEN;

Completed in 46 milliseconds