Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/net/
Dnet.c919 offset8 = (ip_off & IP_OFFS); in __net_defragment()
1031 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
1042 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
/third_party/uboot/u-boot-2020.01/include/
Dnet.h368 #define IP_OFFS 0x1fff /* ip offset *= 8 */ macro