Symbol: h_addr
games/hunt/hunt/list.c
238
memcpy(&sin.sin_addr, he->h_addr, he->h_length);
lib/libc/asr/gethostnamadr_async.c
694
addr = (struct in_addr *)h->h.h_addr;
lib/libc/rpc/clnt_generic.c
72
memcpy((char*)&sin.sin_addr, h->h_addr, h->h_length);
lib/libc/rpc/clnt_simple.c
101
memcpy((char *)&server_addr.sin_addr, hp->h_addr, hp->h_length);
lib/libc/rpc/getrpcport.c
53
memcpy((char *)&addr.sin_addr, hp->h_addr, hp->h_length);
lib/libpcap/nametoaddr.c
66
#ifndef h_addr
lib/libpcap/nametoaddr.c
73
#ifndef h_addr
lib/libpcap/nametoaddr.c
74
hlist[0] = (bpf_u_int32 *)hp->h_addr;
lib/libpcap/nametoaddr.c
75
NTOHL(hp->h_addr);
libexec/login_radius/raddauth.c
530
return (((struct in_addr *)hp->h_addr)->s_addr);
regress/lib/libpthread/netdb/netdb.c
68
memcpy(&addr, host->h_addr, sizeof(addr));
regress/sbin/ifconfig/ifaddr.c
1627
memcpy(&sin->sin_addr, hp->h_addr, hp->h_length);
sbin/ifconfig/ifconfig.c
6494
memcpy(&sin->sin_addr, hp->h_addr, hp->h_length);
sbin/route/route.c
1055
su->sin.sin_addr = *(struct in_addr *)hp->h_addr;
sbin/umount/umount.c
231
memmove(&saddr.sin_addr, hp->h_addr, hp->h_length);
sys/dev/pci/drm/radeon/r600.c
1437
uint32_t h_addr, l_addr;
sys/dev/pci/drm/radeon/r600.c
1483
h_addr = G_000012_K8_ADDR_EXT(RREG32_MC(R_000012_MC_MISC_UMA_CNTL));
sys/dev/pci/drm/radeon/r600.c
1485
k8_addr = ((unsigned long long)h_addr) << 32 | l_addr;
sys/dev/pci/drm/radeon/rs690.c
153
uint32_t h_addr, l_addr;
sys/dev/pci/drm/radeon/rs690.c
180
h_addr = G_00005F_K8_ADDR_EXT(RREG32_MC(R_00005F_MC_MISC_UMA_CNTL));
sys/dev/pci/drm/radeon/rs690.c
182
k8_addr = ((unsigned long long)h_addr) << 32 | l_addr;
usr.bin/getent/getent.c
225
if (inet_ntop(he->h_addrtype, he->h_addr, buf, sizeof(buf)) == NULL)
usr.bin/quota/quota.c
662
memcpy(&server_addr.sin_addr, hp->h_addr, hp->h_length);
usr.bin/rusers/rusers.c
373
sin.sin_addr.s_addr = *(int *)hp->h_addr;
usr.bin/rusers/rusers.c
401
sin.sin_addr.s_addr = *(int *)hp->h_addr;
usr.bin/showmount/showmount.c
151
bcopy(hp->h_addr, (char *)&clnt_sin.sin_addr, hp->h_length);
usr.bin/talk/get_addrs.c
52
bcopy(hp->h_addr, &my_machine_addr, hp->h_length);
usr.bin/talk/get_addrs.c
61
bcopy(hp->h_addr, &his_machine_addr, hp->h_length);
usr.sbin/amd/amd/srvr_nfs.c
640
bcopy(hp->h_addr, &ip->sin_addr, sizeof(ip->sin_addr));
usr.sbin/amd/amq/amq.c
310
bcopy(hp->h_addr, &server_addr.sin_addr,
usr.sbin/mtrace/mtrace.c
1317
memcpy((char *)&addr.sin_addr.s_addr, hp->h_addr, hp->h_length);
usr.sbin/pppd/auth.c
1039
ina.s_addr = *(u_int32_t *)hp->h_addr;
usr.sbin/pppd/auth.c
974
wo->hisaddr = *(u_int32_t *)hp->h_addr;
usr.sbin/pppd/ipcp.c
1069
local = *(u_int32_t *)hp->h_addr;
usr.sbin/pppd/options.c
1575
local = *(u_int32_t *)hp->h_addr;
usr.sbin/pppd/options.c
1599
remote = *(u_int32_t *)hp->h_addr;
usr.sbin/pppd/options.c
2123
ina.s_addr = *(u_int32_t *)hp->h_addr;
usr.sbin/pppd/options.c
2153
ina.s_addr = *(u_int32_t *)hp->h_addr;
usr.sbin/rpc.bootparamd/bootparamd.c
231
bcopy(he->h_addr, &res.server_address.bp_address_u.ip_addr, 4);
usr.sbin/ypserv/common/yplib_host.c
75
rsrv_sin.sin_addr.s_addr = *(u_int32_t *)h->h_addr;