HomeSort by relevance Sort by last modified time
    Searched refs:IP_OFFMASK (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
ip.h 82 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
  /external/tcpdump/
ip.h 62 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
print-ip.c 397 ipds->off & (IP_MF|IP_OFFMASK));
403 ipds->off & (IP_MF|IP_OFFMASK));
409 ipds->off & (IP_MF|IP_OFFMASK));
  /bionic/libc/include/netinet/
ip.h 65 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
  /external/android-clat/
dump.c 63 printf("offset = %x\n", frag_flags & IP_OFFMASK);
translate.c 183 uint16_t frag_off = frag_flags & IP_OFFMASK;
clatd_test.cpp 190 return ntohs(ip->frag_off) & (IP_OFFMASK | IP_MF);
203 return ntohs(ip->frag_off) & IP_OFFMASK;
    [all...]
  /external/ppp/pppd/
ipcp.c     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]
zerrors_openbsd_arm.go     [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_linux_sparc64.go 699 IP_OFFMASK = 0x1fff
    [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]

Completed in 585 milliseconds

1 2