Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnet.c927 offset8 = (ip_off & IP_OFFS); in __net_defragment()
1039 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
1050 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
/openbmc/u-boot/include/
H A Dnet.h365 #define IP_OFFS 0x1fff /* ip offset *= 8 */ macro