remote_hp         125 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	memset(&mcon->remote_hp, 0, sizeof(mcon->remote_hp));
remote_hp         142 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		gethostbyname_r(ip, &mcon->remote_hp, buf, sizeof(buf), &err);
remote_hp         146 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		gethostbyname_r(ip, &mcon->remote_hp, buf, sizeof(buf), &result, &err);
remote_hp         150 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 			mcon->remote_addr.sin_family = mcon->remote_hp.h_addrtype;
remote_hp         151 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 			memcpy((char *) &mcon->remote_addr.sin_addr.s_addr, mcon->remote_hp.h_addr_list[0], mcon->remote_hp.h_length);
remote_hp          98 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h 	struct hostent remote_hp;
remote_hp          84 src/m3ua_client.c 	memset(&mcon->remote_hp, 0, sizeof(mcon->remote_hp));
remote_hp          95 src/m3ua_client.c 		gethostbyname_r(ip, &mcon->remote_hp, buf, sizeof(buf), &result, &err);
remote_hp          98 src/m3ua_client.c 			mcon->remote_addr.sin_family = mcon->remote_hp.h_addrtype;
remote_hp          99 src/m3ua_client.c 			memcpy((char *) &mcon->remote_addr.sin_addr.s_addr, mcon->remote_hp.h_addr_list[0], mcon->remote_hp.h_length);
remote_hp         116 src/m3ua_client.h 	struct hostent remote_hp;