HomeSort by relevance Sort by last modified time
    Searched refs:ip_dst (Results 101 - 119 of 119) sorted by null

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 250 * The ip_dst is used for the first-hop gateway when using a source route
254 struct in_addr ip_dst; /* first hop, 0 w/o src rt */ member in struct:ip_opts
  /external/tcpdump/
print-nfs.c 214 strlcpy(dstaddr, ipaddr_string(ndo, &ip->ip_dst), sizeof(dstaddr));
893 UNALIGNED_MEMCPY(&xmep->server, &ip->ip_dst, sizeof(ip->ip_dst));
932 UNALIGNED_MEMCMP(&ip->ip_dst, &xmep->client,
933 sizeof(ip->ip_dst)) != 0) {
    [all...]
print-pgm.c 176 ipaddr_string(ndo, &ip->ip_dst)));
200 ipaddr_string(ndo, &ip->ip_dst),
print-dccp.c 320 ipaddr_string(ndo, &ip->ip_dst), dport));
print-sctp.c 538 ipaddr_string(ndo, &ip->ip_dst),
print-udp.c 351 ipaddr_string(ndo, &ip->ip_dst)));
356 ipaddr_string(ndo, &ip->ip_dst),
print-esp.c 678 UNALIGNED_MEMCMP(&sa->daddr.in4, &ip->ip_dst,
print-rx.c 695 UNALIGNED_MEMCPY(&rxent->server, &ip->ip_dst, sizeof(uint32_t));
717 UNALIGNED_MEMCPY(&clip, &ip->ip_dst, sizeof(uint32_t));
    [all...]
print-pim.c 829 ipaddr_string(ndo, &ip->ip_dst)));
print-isakmp.c 795 UNALIGNED_MEMCPY(&cookiecache[ninitiator].raddr.in4, &ip->ip_dst, sizeof(struct in_addr));
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c     [all...]

Completed in 679 milliseconds

1 2 3 45