HomeSort by relevance Sort by last modified time
    Searched refs:IP_OFFMASK (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/netinet/
ip.h 71 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 67 BPF_JUMP(BPF_JMP | BPF_JSET | BPF_K, IP_OFFMASK, 4, 0),
162 BPF_JUMP(BPF_JMP | BPF_JSET | BPF_K, IP_OFFMASK, 12, 0),
  /external/syslinux/core/lwip/src/core/ipv4/
ip.c 437 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
440 ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK)*8));
837 ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK));
  /external/tcpdump/
print-ip.c 382 ipds->off & (IP_MF|IP_OFFMASK));
388 ipds->off & (IP_MF|IP_OFFMASK));
394 ipds->off & (IP_MF|IP_OFFMASK));
  /external/android-clat/
dump.c 62 printf("offset = %x\n",frag_flags & IP_OFFMASK);
translate.c 181 uint16_t frag_off = frag_flags & IP_OFFMASK;
clatd_test.cpp 181 return ntohs(ip->frag_off) & (IP_OFFMASK | IP_MF);
194 return ntohs(ip->frag_off) & IP_OFFMASK;
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.c     [all...]
  /external/ppp/pppd/
ipcp.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 584 IP_OFFMASK = 0x1fff
    [all...]
zerrors_darwin_amd64.go 584 IP_OFFMASK = 0x1fff
    [all...]
zerrors_darwin_arm.go 548 IP_OFFMASK = 0x1fff
    [all...]
zerrors_darwin_arm64.go 588 IP_OFFMASK = 0x1fff
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go 471 IP_OFFMASK = 0x1fff
    [all...]
zerrors_linux_amd64.go 471 IP_OFFMASK = 0x1fff
    [all...]
zerrors_linux_arm.go 473 IP_OFFMASK = 0x1fff
    [all...]
zerrors_linux_arm64.go 601 IP_OFFMASK = 0x1fff
    [all...]
zerrors_linux_mips.go 582 IP_OFFMASK = 0x1fff
    [all...]
zerrors_linux_mips64.go 595 IP_OFFMASK = 0x1fff
    [all...]
zerrors_linux_mips64le.go 595 IP_OFFMASK = 0x1fff
    [all...]
zerrors_linux_mipsle.go 582 IP_OFFMASK = 0x1fff
    [all...]

Completed in 8000 milliseconds

1 2 3 45 6 7