HomeSort by relevance Sort by last modified time
    Searched defs:in_addr (Results 1 - 24 of 24) sorted by null

  /bionic/libc/include/bits/
in_addr.h 37 struct in_addr { struct
  /external/syslinux/com32/include/netinet/
in.h 21 struct in_addr { struct
25 __extern char *inet_ntoa(struct in_addr);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_ppp.c 33 uint64_t in_addr; local
54 in_addr = nouveau_vp3_video_addr(dec, target) >> 8;
61 PUSH_DATA (push, in_addr); // 708
62 PUSH_DATA (push, in_addr + y2); // 70c
63 PUSH_DATA (push, in_addr + cbcr); // 710
64 PUSH_DATA (push, in_addr + cbcr2); // 714
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_ppp.c 33 uint64_t in_addr; local
54 in_addr = nouveau_vp3_video_addr(dec, target) >> 8;
61 PUSH_DATA (push, in_addr); // 708
62 PUSH_DATA (push, in_addr + y2); // 70c
63 PUSH_DATA (push, in_addr + cbcr); // 710
64 PUSH_DATA (push, in_addr + cbcr2); // 714
  /external/clang/test/CodeGenCXX/
lvalue-bitcasts.cpp 146 struct in_addr {}; struct in namespace:PR6437
147 void copy( const struct in_addr &new_addr ) {
  /external/selinux/libsepol/src/
ibpkey_record.c 38 struct in6_addr in_addr; local
40 if (inet_pton(AF_INET6, subnet_prefix_str, &in_addr) <= 0) {
46 memcpy(subnet_prefix, in_addr.s6_addr, sizeof(*subnet_prefix));
node_record.c 52 struct in_addr in_addr; local
54 if (inet_pton(AF_INET, addr_str, &in_addr) <= 0) {
60 memcpy(addr_bytes, &in_addr.s_addr, 4);
65 struct in6_addr in_addr; local
67 if (inet_pton(AF_INET6, addr_str, &in_addr) <= 0) {
73 memcpy(addr_bytes, in_addr.s6_addr, 16);
142 struct in_addr addr;
143 memset(&addr, 0, sizeof(struct in_addr));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inaddr.h 17 typedef struct in_addr { struct
23 } IN_ADDR, *PIN_ADDR, *LPIN_ADDR;
wsipv6ok.h 18 #undef in_addr macro
19 #define in_addr in_addr_IPV6INCOMPATIBLE macro
20 #undef IN_ADDR
21 #define IN_ADDR IN_ADDR_IPV6INCOMPATIBLE
tdi.h 406 ULONG in_addr; member in struct:_TDI_ADDRESS_IP
ntddndis.h 1649 ULONG in_addr; member in struct:_NETWORK_ADDRESS_IP
    [all...]
  /external/ltp/utils/sctp/func_tests/
test_basic.c 91 struct sockaddr_in *in_addr; local
357 in_addr = (struct sockaddr_in *)sa_addr;
359 NIPQUAD(in_addr->sin_addr),
360 ntohs(in_addr->sin_port));
387 in_addr = (struct sockaddr_in *)sa_addr;
389 NIPQUAD(in_addr->sin_addr),
390 ntohs(in_addr->sin_port));
  /external/syslinux/gpxe/src/include/gpxe/
in.h 33 struct in_addr { struct
37 typedef struct in_addr in_addr; typedef in typeref:struct:in_addr
65 struct in_addr sin_addr;
74 - sizeof ( struct in_addr ) ];
93 extern int inet_aton ( const char *cp, struct in_addr *inp );
94 extern char * inet_ntoa ( struct in_addr in );
100 extern char * inet6_ntoa ( struct in_addr in );
dns.h 78 struct in_addr in_addr; member in struct:dns_rr_info_a
  /external/iw/
wowlan.c 46 struct in_addr in_addr; local
54 if (inet_aton(addr, &in_addr) == 0)
57 in_addr.s_addr);
62 struct in_addr in_addr; local
77 if (inet_aton(addr, &in_addr) == 0)
80 in_addr.s_addr);
  /system/core/libnetutils/
dhcpclient.c 88 struct in_addr in_addr; local
90 in_addr.s_addr = addr;
91 return inet_ntoa(in_addr);
ifc_utils.c 93 struct in_addr in_addr; local
95 in_addr.s_addr = addr;
96 return inet_ntoa(in_addr);
332 ((struct in_addr *)addr)->s_addr |= htonl((1<<(32-prefixlen))-1);
531 int ifc_act_on_ipv4_route(int action, const char *ifname, struct in_addr dst, int prefix_length,
532 struct in_addr gw)
579 struct in_addr in_dst, in_gw;
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 901 struct in_addr in_addr; local
919 in_addr.s_addr = *ip_addr;
920 os_snprintf(*ip_addr_text, 16, "%s", inet_ntoa(in_addr));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 153 struct in_addr { struct
240 struct in_addr sin_addr;
254 struct in_addr ip_dst; /* first hop, 0 w/o src rt */
274 #define IP_MULTICAST_IF 9 /* in_addr; set/get IP multicast i/f */
297 struct in_addr imr_multiaddr; /* IP multicast address of group */
298 struct in_addr imr_interface; /* local IP address of interface */
538 extern struct in_addr zeroin_addr;
541 int in_broadcast(struct in_addr, struct ifnet *);
542 int in_canforward(struct in_addr);
546 int in_localaddr(struct in_addr);
    [all...]
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 142 typedef struct in_addr { struct
144 in_addr(in_addr &a) {} // expected-note {{candidate constructor not viable: no known conversion from '__unaligned IN_ADDR *' (aka '__unaligned in_addr *') to 'in_addr &' for 1st argument; dereference the argument with *}} function in struct:in_addr
145 in_addr(in_addr *a) {} // expected-note {{candidate constructor not viable: 1st argument ('__unaligned IN_ADDR *' (aka '__unaligned in_addr *')) would lose __unaligned qualifier} function in struct:in_addr
    [all...]
  /external/iproute2/include/uapi/linux/
in.h 85 struct in_addr { struct
169 struct in_addr imr_multiaddr; /* IP multicast address of group */
170 struct in_addr imr_interface; /* local IP address of interface */
174 struct in_addr imr_multiaddr; /* IP multicast address of group */
175 struct in_addr imr_address; /* local IP address of interface */
224 struct in_addr ipi_spec_dst;
225 struct in_addr ipi_addr;
235 struct in_addr sin_addr; /* Internet address */
239 sizeof(unsigned short int) - sizeof(struct in_addr)];
  /external/kernel-headers/original/uapi/linux/
in.h 85 struct in_addr { struct
169 struct in_addr imr_multiaddr; /* IP multicast address of group */
170 struct in_addr imr_interface; /* local IP address of interface */
174 struct in_addr imr_multiaddr; /* IP multicast address of group */
175 struct in_addr imr_address; /* local IP address of interface */
224 struct in_addr ipi_spec_dst;
225 struct in_addr ipi_addr;
235 struct in_addr sin_addr; /* Internet address */
239 sizeof(unsigned short int) - sizeof(struct in_addr)];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 56 struct in_addr { struct
125 struct in_addr imr_multiaddr; /* IP multicast address of group */
126 struct in_addr imr_interface; /* local IP address of interface */
130 struct in_addr imr_multiaddr; /* IP multicast address of group */
131 struct in_addr imr_address; /* local IP address of interface */
178 struct in_addr ipi_spec_dst;
179 struct in_addr ipi_addr;
187 struct in_addr sin_addr; /* Internet address */
191 sizeof(unsigned short int) - sizeof(struct in_addr)];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 142 struct in_addr struct
229 struct in_addr sin_addr; /* Internet address. */
235 sizeof (struct in_addr)];
254 struct in_addr imr_multiaddr;
257 struct in_addr imr_interface;
263 struct in_addr imr_multiaddr;
266 struct in_addr imr_interface;
269 struct in_addr imr_sourceaddr;
313 struct in_addr imsf_multiaddr;
316 struct in_addr imsf_interface
    [all...]

Completed in 420 milliseconds