/bionic/libc/kernel/uapi/linux/ |
if_fddi.h | 70 __u8 daddr[FDDI_K_ALEN]; member in struct:fddihdr
|
if_hippi.h | 71 __u8 daddr[HIPPI_ALEN]; member in struct:hippi_le_hdr
|
ip.h | 90 __be32 daddr; member in struct:iphdr
|
ipv6.h | 90 struct in6_addr daddr; member in struct:ipv6hdr
|
/external/kernel-headers/original/uapi/linux/ |
if_fc.h | 39 __u8 daddr[FC_ALEN]; /* destination address */ member in struct:fch_hdr
|
ipv6.h | 133 struct in6_addr daddr; member in struct:ipv6hdr
|
irda.h | 134 __u32 daddr; /* Address of remote device */ member in struct:irda_device_info 161 __u32 daddr; /* Address of device (for some queries only) */ member in struct:irda_ias_set
|
/external/libnl/include/linux-private/linux/ |
ipv6.h | 107 struct in6_addr daddr; member in struct:ipv6hdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_fc.h | 38 __u8 daddr[FC_ALEN]; /* destination address */ member in struct:fch_hdr
|
ipv6.h | 125 struct in6_addr daddr; member in struct:ipv6hdr
|
xfrm.h | 19 * the state by (spi,daddr,ah/esp) or to store information about 23 xfrm_address_t daddr; member in struct:xfrm_id 47 xfrm_address_t daddr; member in struct:xfrm_selector 369 xfrm_address_t daddr; member in struct:xfrm_usersa_id
|
if_tr.h | 40 __u8 daddr[TR_ALEN]; /* destination address */ member in struct:trh_hdr
|
irda.h | 133 __u32 daddr; /* Address of remote device */ member in struct:irda_device_info 160 __u32 daddr; /* Address of device (for some queries only) */ member in struct:irda_ias_set
|
/external/iproute2/ip/ |
iptunnel.c | 131 p->iph.daddr = get_addr32(*argv); 133 p->iph.daddr = htonl(INADDR_ANY); 228 if (p->i_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) { 229 p->i_key = p->iph.daddr; 232 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) { 233 p->o_key = p->iph.daddr; 236 if (IN_MULTICAST(ntohl(p->iph.daddr)) && !p->iph.saddr) { 307 p->iph.daddr ? format_host_r(AF_INET, 4, &p->iph.daddr, s1, sizeof(s1)) : "any", 429 (p->iph.daddr && p1.iph.daddr != p->iph.daddr) | [all...] |
iplink_vxlan.c | 79 __u32 daddr = 0; local 101 if (daddr || !IN6_IS_ADDR_UNSPECIFIED(&daddr6)) { 122 if (!inet_get_addr(*argv, &daddr, &daddr6)) { 126 if (IN6_IS_ADDR_MULTICAST(&daddr6) || IN_MULTICAST(ntohl(daddr))) 373 else if (daddr) 374 addattr_l(n, 1024, IFLA_VXLAN_GROUP, &daddr, 4); 380 addattr_l(n, 1024, IFLA_VXLAN_GROUP, &daddr, 4);
|
/system/netd/server/ |
TcpSocketMonitor.cpp | 76 char daddr[INET6_ADDRSTRLEN] = {}; local 78 inet_ntop(sockinfo->idiag_family, &(sockinfo->id.idiag_dst), daddr, sizeof(daddr)); 81 "netId=%d uid=%u mark=0x%x saddr=%s daddr=%s sport=%u dport=%u tcp_state=%s(%u) " 87 daddr,
|