HomeSort by relevance Sort by last modified time
    Searched full:daddr (Results 326 - 350 of 416) sorted by null

<<11121314151617

  /external/qemu/slirp/
udp.h 106 struct sockaddr_in *saddr, struct sockaddr_in *daddr,
  /external/qemu/slirp-android/
udp.h 106 const SockAddress *saddr, const SockAddress *daddr,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_fddi.h 97 __u8 daddr[FDDI_K_ALEN]; /* destination address */ member in struct:fddihdr
if_hippi.h 131 __u8 daddr[HIPPI_ALEN]; member in struct:hippi_le_hdr
ip.h 103 __be32 daddr; member in struct:iphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
if_tr.h 41 u_int8_t daddr[TR_ALEN]; /* destination address */ member in struct:trh_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fddi.h 97 __u8 daddr[FDDI_K_ALEN]; /* destination address */ member in struct:fddihdr
if_hippi.h 131 __u8 daddr[HIPPI_ALEN]; member in struct:hippi_le_hdr
ip.h 103 __be32 daddr; member in struct:iphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
if_tr.h 41 u_int8_t daddr[TR_ALEN]; /* destination address */ member in struct:trh_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fddi.h 97 __u8 daddr[FDDI_K_ALEN]; /* destination address */ member in struct:fddihdr
if_hippi.h 131 __u8 daddr[HIPPI_ALEN]; member in struct:hippi_le_hdr
ip.h 103 __be32 daddr; member in struct:iphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
if_tr.h 41 u_int8_t daddr[TR_ALEN]; /* destination address */ member in struct:trh_hdr
  /external/android-clat/
dump.c 68 inet_ntop(AF_INET, &header->daddr, addrstr, sizeof(addrstr));
69 printf("daddr = %s\n",addrstr);
  /external/iproute2/ip/
ipxfrm.c 296 fprintf(fp, "dst %s", rt_addr_n2a(family, sizeof(id->daddr),
297 &id->daddr, abuf, sizeof(abuf)));
465 fprintf(fp, "dst %s/%u ", rt_addr_n2a(f, sizeof(sel->daddr),
466 &sel->daddr, abuf, sizeof(abuf)),
1035 memcpy(&id->daddr, &dst.data, sizeof(id->daddr));
1337 memcpy(&sel->daddr, &dst.data, sizeof(sel->daddr));
xfrm_monitor.c 231 sizeof(sa_id->daddr), &sa_id->daddr, buf, sizeof(buf)));
  /libcore/luni/src/test/java/libcore/java/net/
InetAddressTest.java 246 byte[] dAddr = {
252 aAddr = Inet6Address.getByAddress(dAddr);
  /bionic/libc/kernel/common/linux/
ip.h 107 __be32 daddr; member in struct:iphdr
  /bionic/libc/kernel/common/linux/sunrpc/
svc.h 101 u32 daddr; member in struct:svc_deferred_req
  /external/kernel-headers/original/linux/
etherdevice.h 33 unsigned short type, void *daddr,
if_fddi.h 95 __u8 daddr[FDDI_K_ALEN]; /* destination address */ member in struct:fddihdr
  /external/iproute2/examples/
cbq.init-v0.7.3 341 # RULE=[[saddr[/prefix]][:port[/mask]],][daddr[/prefix]][:port[/mask]]
816 DADDR=${DST%%:*}; DTEMP=${DST##*:}
817 [ "$DADDR" = "$DST" ] && DTEMP=""
835 SADDR=${SADDR#\*}; DADDR=${DADDR#\*}
841 u32_d="${DADDR:+match ip dst $DADDR} $u32_d"
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 528 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize )
532 tl_assert(isIRAtom(daddr));
539 evt->addr = daddr;
545 void addEvent_Dw ( IRSB* sb, IRAtom* daddr, Int dsize )
550 tl_assert(isIRAtom(daddr));
558 && eqIRAtom(lastEvt->addr, daddr))
571 evt->addr = daddr;
    [all...]
  /external/ipsec-tools/src/racoon/
sockmisc.c 937 const struct netaddr *daddr)
943 dst = racoon_strdup(naddrwop2str(daddr));
956 saddr2str_fromto(format, saddr, daddr)
959 const struct sockaddr *daddr;
965 dst = racoon_strdup(saddr2str(daddr));

Completed in 2863 milliseconds

<<11121314151617