Symbol: h_addr
crypto/heimdal/lib/krb5/get_addrs.c
75
hostent->h_addr,
crypto/heimdal/lib/roken/roken_gethostby.c
266
he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
crypto/heimdal/lib/roken/roken_gethostby.c
52
unsigned char *p = (unsigned char*)he->h_addr;
crypto/krb5/src/appl/gss-sample/gss-client.c
133
memcpy(&saddr.sin_addr, hp->h_addr, sizeof(saddr.sin_addr));
crypto/krb5/src/appl/simple/client/sim_client.c
148
memcpy(&s_sock.sin_addr, host->h_addr, sizeof(s_sock.sin_addr));
crypto/krb5/src/appl/simple/client/sim_client.c
183
memcpy(&c_sock.sin_addr, host->h_addr, sizeof(c_sock.sin_addr));
crypto/krb5/src/lib/rpc/clnt_generic.c
81
memmove((char*)&sockin.sin_addr, h->h_addr, sizeof(sockin.sin_addr));
crypto/krb5/src/lib/rpc/clnt_simple.c
108
memmove((char *)&server_addr.sin_addr, hp->h_addr,
crypto/krb5/src/lib/rpc/getrpcport.c
56
memmove((char *) &addr.sin_addr, hp->h_addr, sizeof(addr.sin_addr));
crypto/krb5/src/lib/rpc/unit-test/client.c
133
memmove(&sin.sin_addr, h->h_addr, sizeof(sin.sin_addr));
crypto/krb5/src/windows/leashdll/timesync.c
234
memcpy((struct sockaddr *)&sin.sin_addr, host->h_addr, host->h_length);
lib/libbluetooth/bluetooth.c
93
if (p->h_addrtype == type && bcmp(p->h_addr, addr, len) == 0)
lib/libc/net/gethostbyht.c
253
_map_v4v6_address(he.h_addr, he.h_addr);
lib/libc/net/gethostbyht.c
314
if (he.h_addrtype == af && !bcmp(he.h_addr, addr, len)) {
lib/libc/net/gethostbyht.c
317
_map_v4v6_address(he.h_addr, he.h_addr);
lib/libc/net/gethostbynis.c
100
he->h_addr = (char *)hed->host_addr;
lib/libc/rpc/getrpcport.c
66
memcpy(&addr.sin_addr.s_addr, hp->h_addr, (size_t)hp->h_length);
lib/libc/tests/resolv/resolv_test.c
136
memcpy(buf, hp->h_addr, hp->h_length);
lib/libc/tests/resolv/resolv_test.c
158
memcpy(buf, hp->h_addr, hp->h_length);
lib/libcompat/4.3/rexec.c
315
bcopy(hp->h_addr, (caddr_t)&sin.sin_addr, hp->h_length);
lib/libradius/radlib.c
444
memcpy(&srvp->addr.sin_addr, hent->h_addr,
lib/libtacplus/taclib.c
710
memcpy(&srvp->addr.sin_addr, hent->h_addr,
lib/virtual_oss/bt/bt.c
389
bdaddr_copy(&info.raddr, (bdaddr_t *)he->h_addr);
libexec/bootpd/bootpd.c
372
bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
libexec/bootpd/bootpgw/bootpgw.c
219
bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
libexec/bootpd/bootpgw/bootpgw.c
340
bcopy(hep->h_addr, (char *)&server_ipa, sizeof(server_ipa));
libexec/bootpd/lookup.c
69
bcopy(hp->h_addr, result, sizeof(*result));
libexec/bootpd/tools/bootptest/bootptest.c
256
bcopy(hep->h_addr, &server_addr, sizeof(server_addr));
libexec/bootpd/tools/bootptest/bootptest.c
334
bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length);
libexec/bootpd/trygetif.c
54
memcpy(&dst_addr, hep->h_addr, sizeof(dst_addr));
sbin/ggate/shared/ggate.c
408
return (((struct in_addr *)(void *)hp->h_addr)->s_addr);
sbin/ifconfig/af_inet.c
242
bcopy(hp->h_addr, (char *)&sin->sin_addr,
sbin/ifconfig/af_inet.c
276
bcopy(hp->h_addr, (char *)ip,
sbin/ipf/iplang/iplang_y.y
598
bcopy(hp->h_addr, &in.s_addr, sizeof(struct in_addr));
sbin/ipf/ipscan/ipscan_y.y
446
bcopy(hp->h_addr, (char *)&in, sizeof(in));
sbin/ipf/ipsend/44arp.c
50
bcopy((char *)hp->h_addr, (char *)address, 4);
sbin/ipf/ipsend/arp.c
45
bcopy((char *)hp->h_addr, (char *)address, 4);
sbin/ipf/libipf/gethost.c
41
if ((h->h_addr != NULL) &&
sbin/ipf/libipf/gethost.c
43
bcopy(h->h_addr, (char *)&addr, sizeof(addr));
sbin/ipfw/nat.c
212
memcpy (addr, hp->h_addr, sizeof (struct in_addr));
sbin/natd/natd.c
1882
memcpy (addr, hp->h_addr, sizeof (struct in_addr));
sbin/nos-tun/nos-tun.c
103
bcopy(hp->h_addr, (caddr_t)&sin->sin_addr, hp->h_length);
sbin/route/route.c
1368
memmove((char *)&sin->sin_addr, hp->h_addr,
sbin/routed/parms.c
1029
memcpy(addrp, hp->h_addr, sizeof(*addrp));
sbin/routed/rtquery/rtquery.c
166
memcpy(&OMSG.rip_nets[0].n_dst, hp->h_addr,
sbin/routed/rtquery/rtquery.c
508
memcpy(&router.sin_addr, hp->h_addr, sizeof(router.sin_addr));
share/doc/psd/20.ipctut/dgramsend.c
67
bcopy(hp->h_addr, &name.sin_addr, hp->h_length);
share/doc/psd/20.ipctut/streamwrite.c
65
bcopy(hp->h_addr, &server.sin_addr, hp->h_length);
share/examples/ipfilter/l4check/l4check.c
428
*ipp = *(u_32_t *)hp->h_addr;
tools/test/stress2/testcases/tcp/tcp.c
118
memcpy (&inetaddr.sin_addr.s_addr, hostent->h_addr,
tools/test/stress2/testcases/udp/udp.c
81
bcopy(host->h_addr, &sock_in.sin_addr, host->h_length);
usr.bin/bluetooth/bthost/bthost.c
104
bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
usr.bin/bluetooth/bthost/bthost.c
98
bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
102
memcpy(&addr, he->h_addr, sizeof(addr));
usr.bin/getent/getent.c
274
if (inet_ntop(he->h_addrtype, he->h_addr, buf, sizeof(buf)) == NULL)
usr.bin/rup/rup.c
194
memcpy(&addr.sin_addr.s_addr, hp->h_addr, sizeof(int));
usr.bin/rusers/rusers.c
196
memcpy(&addr.sin_addr.s_addr, hp->h_addr, sizeof(addr.sin_addr.s_addr));
usr.bin/systat/netcmds.c
156
in = *(struct in_addr *)hp->h_addr;
usr.bin/talk/get_addrs.c
53
bcopy(hp->h_addr, (char *) &his_machine_addr, hp->h_length);
usr.sbin/arp/arp.c
270
bcopy((char *)hp->h_addr, (char *)&reply.sin_addr,
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
78
memcpy(&bdaddr, he->h_addr, sizeof(bdaddr));
usr.sbin/bluetooth/bthidd/bthidd.c
88
memcpy(&srv.bdaddr, he->h_addr, sizeof(srv.bdaddr));
usr.sbin/bluetooth/btpand/btpand.c
110
(bdaddr_t *)he->h_addr);
usr.sbin/bluetooth/btpand/btpand.c
92
(bdaddr_t *)he->h_addr);
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
210
memcpy(&cmd.cp.bdaddr, he->h_addr, sizeof(cmd.cp.bdaddr));
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
316
memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
367
memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
usr.sbin/bluetooth/hccontrol/le.c
1003
memcpy(&cp.peer_addr, he->h_addr,
usr.sbin/bluetooth/hccontrol/le.c
484
memcpy(&cp.direct_address, he->h_addr, sizeof(cp.direct_address));
usr.sbin/bluetooth/hccontrol/le.c
855
memcpy(&cp.address, he->h_addr,
usr.sbin/bluetooth/hccontrol/le.c
914
memcpy(&cp.address, he->h_addr,
usr.sbin/bluetooth/hccontrol/link_control.c
241
memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
usr.sbin/bluetooth/hccontrol/link_control.c
560
memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
usr.sbin/bluetooth/hccontrol/link_policy.c
103
memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
usr.sbin/bluetooth/l2control/l2control.c
73
memcpy(&bdaddr, he->h_addr, sizeof(bdaddr));
usr.sbin/bluetooth/l2ping/l2ping.c
101
memcpy(&dst, he->h_addr, sizeof(dst));
usr.sbin/bluetooth/l2ping/l2ping.c
130
memcpy(&src, he->h_addr, sizeof(src));
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
90
memcpy(&addr, he->h_addr, sizeof(addr));
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
74
memcpy(&bdaddr, he->h_addr, sizeof(bdaddr));
usr.sbin/bootparamd/bootparamd/bootparamd.c
137
bcopy( he->h_addr, &res.server_address.bp_address_u.ip_addr, 4);
usr.sbin/bootparamd/bootparamd/main.c
62
bcopy(he->h_addr, (char *)&route_addr, sizeof(route_addr));
usr.sbin/ppp/defs.c
151
memcpy(&ipaddr, hp->h_addr, hp->h_length);
usr.sbin/ppp/ipcp.c
468
memcpy(&host.s_addr, hp->h_addr, sizeof host.s_addr);
usr.sbin/ppp/nat_cmd.c
319
*addr = *((struct in_addr *) hp->h_addr);
usr.sbin/ppp/radius.c
1027
hostaddr.s_addr = *(u_long *)hp->h_addr;
usr.sbin/ppp/radius.c
1212
hostaddr.s_addr = *(u_long *)hp->h_addr;
usr.sbin/traceroute6/traceroute6.c
452
(struct in6_addr *)hp->h_addr)) {
usr.sbin/yppoll/yppoll.c
88
rsrv_sin.sin_addr.s_addr = *(u_int32_t *)h->h_addr;
usr.sbin/ypserv/common/yplib_host.c
91
rsrv_sin.sin_addr.s_addr = *(u_int32_t *)h->h_addr;
usr.sbin/ypserv/yp_dnslookup.c
387
hent->h_addr = (char *)q->addr;
usr.sbin/ypserv/yp_dnslookup.c
78
if (inet_ntop(hp->h_addrtype, hp->h_addr, addr, sizeof(addr)) == NULL)
usr.sbin/ypset/ypset.c
134
bcopy(hent->h_addr, &sin.sin_addr,
usr.sbin/ypset/ypset.c
77
memmove(&iaddr.s_addr, hp->h_addr, sizeof(iaddr.s_addr));