Home
last modified time | relevance | path

Searched refs:eth_pad_short_frame (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/net/
H A Deth.h437 bool eth_pad_short_frame(uint8_t *padded_pkt, size_t *padded_buflen,
/openbmc/qemu/net/
H A Deth.c523 bool eth_pad_short_frame(uint8_t *padded_pkt, size_t *padded_buflen, in eth_pad_short_frame() function
H A Dtap-win32.c696 if (eth_pad_short_frame(min_pkt, &min_pktsz, buf, size)) { in tap_win32_send()
H A Dtap.c181 if (eth_pad_short_frame(min_pkt, &min_pktsz, buf, size)) { in tap_send()
H A Dslirp.c124 if (eth_pad_short_frame(min_pkt, &min_pktsz, pkt, pkt_len)) { in net_slirp_send_packet()