Searched refs:IP_FLAGS_DFRAG (Results 1 - 5 of 5) sorted by relevance

/u-boot/test/image/
H A Dspl_load_net.c170 ipr->ip_off = htons(IP_FLAGS_DFRAG);
/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c120 p.ip_udp.ip_off = htons(IP_FLAGS_DFRAG);
/u-boot/include/
H A Dnet.h342 #define IP_FLAGS_DFRAG 0x4000 /* don't fragments */ macro
/u-boot/drivers/net/
H A Dsandbox.c233 ipr->ip_off = htons(IP_FLAGS_DFRAG);
/u-boot/net/
H A Dnet.c1655 ip->ip_off = htons(IP_FLAGS_DFRAG); /* Don't fragment */

Completed in 101 milliseconds