Home
last modified time | relevance | path

Searched refs:IP_OFFMASK (Results 1 – 25 of 32) sorted by relevance

12

/external/tcpdump/
Dip.h62 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
Dprint-ip.c397 ipds->off & (IP_MF|IP_OFFMASK)); in ip_print_demux()
403 ipds->off & (IP_MF|IP_OFFMASK)); in ip_print_demux()
409 ipds->off & (IP_MF|IP_OFFMASK)); in ip_print_demux()
/external/android-clat/
Ddump.c63 printf("offset = %x\n", frag_flags & IP_OFFMASK); in dump_ip()
Dtranslate.c183 uint16_t frag_off = frag_flags & IP_OFFMASK; in maybe_fill_frag_header()
Dclatd_test.cpp190 return ntohs(ip->frag_off) & (IP_OFFMASK | IP_MF); in is_ipv4_fragment()
203 return ntohs(ip->frag_off) & IP_OFFMASK; in ipv4_fragment_offset()
/external/ppp/pppd/
Dipcp.c2271 #define IP_OFFMASK 0x1fff macro
2302 if ((get_ipoff(pkt) & IP_OFFMASK) != 0)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_dragonfly_amd64.go817 IP_OFFMASK = 0x1fff const
Dzerrors_openbsd_arm.go842 IP_OFFMASK = 0x1fff const
Dzerrors_openbsd_amd64.go878 IP_OFFMASK = 0x1fff const
Dzerrors_openbsd_386.go843 IP_OFFMASK = 0x1fff const
Dzerrors_darwin_386.go847 IP_OFFMASK = 0x1fff const
Dzerrors_darwin_arm64.go847 IP_OFFMASK = 0x1fff const
Dzerrors_darwin_amd64.go847 IP_OFFMASK = 0x1fff const
Dzerrors_netbsd_arm.go939 IP_OFFMASK = 0x1fff const
Dzerrors_darwin_arm.go847 IP_OFFMASK = 0x1fff const
Dzerrors_freebsd_386.go918 IP_OFFMASK = 0x1fff const
Dzerrors_freebsd_arm.go925 IP_OFFMASK = 0x1fff const
Dzerrors_netbsd_386.go957 IP_OFFMASK = 0x1fff const
Dzerrors_freebsd_amd64.go918 IP_OFFMASK = 0x1fff const
Dzerrors_netbsd_amd64.go947 IP_OFFMASK = 0x1fff const
Dzerrors_linux_sparc64.go699 IP_OFFMASK = 0x1fff const
Dzerrors_linux_mipsle.go839 IP_OFFMASK = 0x1fff const
Dzerrors_linux_s390x.go839 IP_OFFMASK = 0x1fff const
Dzerrors_linux_arm.go839 IP_OFFMASK = 0x1fff const
Dzerrors_linux_ppc64le.go839 IP_OFFMASK = 0x1fff const

12