Searched refs:addr_str (Results 1 - 6 of 6) sorted by relevance
/external/mdnsresponder/mDNSPosix/ |
H A D | nss_mdns.c | 557 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 D | node_record.c | 41 /* 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 D | trace-event-parse.c | 154 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 D | xmppserver.py | 392 addr_str = AddrString(self._addr) 393 self._handshake_task = HandshakeTask(self, addr_str)
|
/external/chromium_org/sync/tools/testserver/ |
H A D | xmppserver.py | 404 addr_str = AddrString(self._addr) 405 self._handshake_task = HandshakeTask(self, addr_str, authenticated)
|
/external/v8/src/ |
H A D | liveobjectlist.cc | 1665 SmartArrayPointer<char> addr_str = local
|
Completed in 269 milliseconds