Home
last modified time | relevance | path

Searched refs:IP4_IS_FRAGMENT (Results 1 – 3 of 3) sorted by relevance

/qemu/net/
H A Dchecksum.c117 if (IP4_IS_FRAGMENT(ip)) { in net_checksum_calculate()
H A Deth.c165 ip4hdr_info->fragment = IP4_IS_FRAGMENT(iphdr); in eth_get_protocols()
/qemu/include/net/
H A Deth.h212 #define IP4_IS_FRAGMENT(ip) \ macro