Searched refs:addr_str (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c557 const char * addr_str,
633 char * addr_str
717 char addr_str [NI_MAXHOST + 1]; local
721 if (inet_ntop (af, addr, addr_str, NI_MAXHOST) == NULL)
746 addr_str
759 if (is_applicable_addr (&result, addr, af, addr_str))
763 rv = mdns_lookup_addr (addr, len, af, addr_str, &result);
924 addr_str
936 const char * addr_str,
947 addr_str
932 mdns_lookup_addr( const void * addr, socklen_t addr_len, int af, const char * addr_str, result_map_t * result ) argument
[all...]
/external/libsepol/src/
H A Dnode_record.c41 /* Converts a string represtation (addr_str)
45 const char *addr_str, int proto, char *addr_bytes)
54 if (inet_pton(AF_INET, addr_str, &in_addr) <= 0) {
56 "%s: %s", addr_str, strerror(errno));
67 if (inet_pton(AF_INET6, addr_str, &in_addr) <= 0) {
69 "%s: %s", addr_str, strerror(errno));
135 * to a string representation (addr_str), according to
139 char *addr_bytes, int proto, char *addr_str)
150 if (inet_ntop(AF_INET, &addr, addr_str,
170 if (inet_ntop(AF_INET6, &addr, addr_str,
44 node_parse_addr(sepol_handle_t * handle, const char *addr_str, int proto, char *addr_bytes) argument
138 node_expand_addr(sepol_handle_t * handle, char *addr_bytes, int proto, char *addr_str) argument
[all...]
/external/linux-tools-perf/util/
H A Dtrace-event-parse.c154 char *addr_str; local
164 (float *)(void *)&addr_str, /* workaround gcc warning */
168 item->addr = strtoull(addr_str, NULL, 16);
169 free(addr_str);
295 char *addr_str; local
300 addr_str = strsep(&line, ":");
306 item->addr = strtoull(addr_str, NULL, 16);
/external/chromium/net/tools/testserver/
H A Dxmppserver.py392 addr_str = AddrString(self._addr)
393 self._handshake_task = HandshakeTask(self, addr_str)
/external/v8/src/
H A Dliveobjectlist.cc1665 SmartArrayPointer<char> addr_str = local

Completed in 129 milliseconds