gethostbyname_r    44 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c extern int gethostbyname_r (const char *__name, 
gethostbyname_r   144 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		gethostbyname_r(ip, &mcon->remote_hp, buf, sizeof(buf), &err);
gethostbyname_r   145 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		gethostbyname_r(local_ip, &mcon->local_hp, local_buf, sizeof(local_buf), &local_err);
gethostbyname_r   148 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		gethostbyname_r(ip, &mcon->remote_hp, buf, sizeof(buf), &result, &err);
gethostbyname_r   149 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		gethostbyname_r(local_ip, &mcon->local_hp, local_buf, sizeof(local_buf), &local_result, &local_err);