Home
last modified time | relevance | path

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

/external/u-boot/net/
Dnet.c886 u16 ip_off = ntohs(ip->ip_off); in __net_defragment() local
890 offset8 = (ip_off & IP_OFFS); in __net_defragment()
931 if (!(ip_off & IP_FLAGS_MFRAG)) { in __net_defragment()
1001 u16 ip_off = ntohs(ip->ip_off); in net_defragment() local
1002 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
1012 u16 ip_off = ntohs(ip->ip_off); in net_defragment() local
1013 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
1470 ip->ip_off = htons(IP_FLAGS_DFRAG); /* Don't fragment */ in net_set_ip_header()
Dping.c102 ip->ip_off = 0; in ping_receive()
/external/linux-kselftest/tools/testing/selftests/net/
Dip_defrag.c178 iphdr->ip_off = htons(offset / 8); in send_fragment()
181 iphdr->ip_off = htons(offset / 8 | IP4_MF); in send_fragment()
263 iphdr->ip_off = htons(offset / 8 | IP4_MF); in send_udp_frags()
/external/tcpdump/
Dip.h59 nd_uint16_t ip_off; /* fragment offset field */ member
Dprint-ip.c598 ipds->off = EXTRACT_16BITS(&ipds->ip->ip_off); in ip_print()
Dprint-esp.c726 if (EXTRACT_16BITS(&ip->ip_off) & IP_MF) in esp_print()
/external/u-boot/include/
Dnet.h364 u16 ip_off; /* fragment offset field */ member
388 u16 ip_off; /* fragment offset field */ member
/external/u-boot/drivers/net/
Dsandbox.c135 ipr->ip_off = 0; in sb_eth_send()
/external/u-boot/lib/efi_selftest/
Defi_selftest_snp.c119 p.ip_udp.ip_off = htons(IP_FLAGS_DFRAG); in send_dhcp_discover()