hm_mapip
printf("%s ", inet_ntoa(hmp->hm_mapip));
in.s_addr = hm->hm_mapip.s_addr;
in.s_addr = ntohl(hm->hm_mapip.s_addr);
hm->hm_mapip = map;