Home
last modified time | relevance | path

Searched refs:ETHER_MIN_LEN (Results 1 – 3 of 3) 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/compat/bhyve/net/
H A Dethernet.h29 #define ETHER_MIN_LEN 64 /* minimum frame len, including CRC */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c888 if (len < ETHER_MIN_LEN - ETHER_CRC_LEN) in e82545_rx_callback()
889 len = ETHER_MIN_LEN - ETHER_CRC_LEN; in e82545_rx_callback()