Searched refs:_map_v4v6_address (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | map_v4v6.c | 74 _map_v4v6_address(const char *src, char *dst) in _map_v4v6_address() function 103 _map_v4v6_address(*ap, *bpp); in _map_v4v6_hostent()
|
H A D | gethostbyht.c | 117 _map_v4v6_address((char *)hed->host_addr, in gethostent_p() 253 _map_v4v6_address(he.h_addr, he.h_addr); in _ht_gethostbyname() 317 _map_v4v6_address(he.h_addr, he.h_addr); in _ht_gethostbyaddr()
|
H A D | netdb_private.h | 136 void _map_v4v6_address(const char *, char *);
|
H A D | gethostbynis.c | 107 _map_v4v6_address((char *)hed->host_addr, in _gethostbynis()
|
H A D | gethostbydns.c | 695 _map_v4v6_address((char*)hed->host_addr, (char*)hed->host_addr); in _dns_gethostbyaddr()
|
H A D | gethostnamadr.c | 452 _map_v4v6_address((char *)hed->host_addr, in fakeaddr()
|
H A D | name6.c | 798 _map_v4v6_address( in match_addrselectpolicy()
|
H A D | getaddrinfo.c | 798 _map_v4v6_address( in match_addrselectpolicy() 1415 _map_v4v6_address(addr, (char *)&mapaddr); in get_ai()
|