Home
last modified time | relevance | path

Searched refs:padded_pkt (Results 1 – 2 of 2) sorted by relevance

/qemu/net/
H A Deth.c523 bool eth_pad_short_frame(uint8_t *padded_pkt, size_t *padded_buflen, in eth_pad_short_frame() argument
533 memcpy(padded_pkt, pkt, pkt_size); in eth_pad_short_frame()
534 memset(&padded_pkt[pkt_size], 0, ETH_ZLEN - pkt_size); in eth_pad_short_frame()
/qemu/include/net/
H A Deth.h437 bool eth_pad_short_frame(uint8_t *padded_pkt, size_t *padded_buflen,