Home
last modified time | relevance | path

Searched refs:IP_FLAGS_DFRAG (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c119 p.ip_udp.ip_off = htons(IP_FLAGS_DFRAG); in send_dhcp_discover()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c232 ipr->ip_off = htons(IP_FLAGS_DFRAG); in sandbox_eth_recv_ping_req()
/openbmc/u-boot/include/
H A Dnet.h368 #define IP_FLAGS_DFRAG 0x4000 /* don't fragments */ macro
/openbmc/u-boot/net/
H A Dnet.c1517 ip->ip_off = htons(IP_FLAGS_DFRAG); /* Don't fragment */ in net_set_ip_header()