Searched refs:IP_FLAGS_MFRAG (Results 1 - 2 of 2) sorted by relevance

/u-boot/net/
H A Dnet.c1026 if ((len & 7) && (ip_off & IP_FLAGS_MFRAG))
1065 if (!(ip_off & IP_FLAGS_MFRAG)) {
1140 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG)))
1151 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG)))
/u-boot/include/
H A Dnet.h343 #define IP_FLAGS_MFRAG 0x2000 /* more fragments */ macro

Completed in 50 milliseconds