Home
last modified time | relevance | path

Searched refs:ip_off (Results 1 – 5 of 5) sorted by relevance

/u-boot/net/
A Dnet.c908 u16 ip_off = ntohs(ip->ip_off); in __net_defragment() local
912 offset8 = (ip_off & IP_OFFS); in __net_defragment()
953 if (!(ip_off & IP_FLAGS_MFRAG)) { in __net_defragment()
1023 u16 ip_off = ntohs(ip->ip_off); in net_defragment() local
1024 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
1034 u16 ip_off = ntohs(ip->ip_off); in net_defragment() local
1035 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
1490 ip->ip_off = htons(IP_FLAGS_DFRAG); /* Don't fragment */ in net_set_ip_header()
A Dping.c103 ip->ip_off = 0; in ping_receive()
/u-boot/drivers/net/
A Dsandbox.c150 ipr->ip_off = 0; in sandbox_eth_ping_req_to_reply()
234 ipr->ip_off = htons(IP_FLAGS_DFRAG); in sandbox_eth_recv_ping_req()
/u-boot/include/
A Dnet.h382 u16 ip_off; /* fragment offset field */ member
406 u16 ip_off; /* fragment offset field */ member
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c120 p.ip_udp.ip_off = htons(IP_FLAGS_DFRAG); in send_dhcp_discover()

Completed in 10 milliseconds