Home
last modified time | relevance | path

Searched refs:ETH_ZLEN (Results 1 – 8 of 8) sorted by relevance

/qemu/net/
H A Deth.c526 assert(padded_buflen && *padded_buflen >= ETH_ZLEN); in eth_pad_short_frame()
528 if (pkt_size >= ETH_ZLEN) { in eth_pad_short_frame()
534 memset(&padded_pkt[pkt_size], 0, ETH_ZLEN - pkt_size); in eth_pad_short_frame()
535 *padded_buflen = ETH_ZLEN; in eth_pad_short_frame()
H A Dtap-win32.c691 uint8_t min_pkt[ETH_ZLEN]; in tap_win32_send()
H A Dtap.c167 uint8_t min_pkt[ETH_ZLEN]; in tap_send()
H A Dslirp.c120 uint8_t min_pkt[ETH_ZLEN]; in net_slirp_send_packet()
/qemu/include/net/
H A Deth.h34 #define ETH_ZLEN 60 /* Min. octets in frame without FCS */ macro
/qemu/hw/net/
H A De1000.c885 uint8_t min_buf[ETH_ZLEN]; in e1000_receive_iov()
H A De1000e_core.c1633 uint8_t buf[ETH_ZLEN]; in e1000e_receive_internal()
H A Digb_core.c1995 uint8_t octets[ETH_ZLEN]; in igb_receive_internal()