Symbol: h_addr
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1565
memcpy(&nas_addr, host->h_addr, sizeof(nas_addr));
games/hunt/hunt/server.c
218
memcpy(&contactaddr.sin_addr, hp->h_addr,
games/hunt/hunt/server.c
84
memcpy(&local_address, hp->h_addr, sizeof(local_address));
lib/libbluetooth/bluetooth.c
95
if (p->h_addrtype == type && memcmp(p->h_addr, addr, len) == 0)
lib/libc/rpc/getrpcport.c
81
memcpy(&addr.sin_addr.s_addr, hp->h_addr, (size_t)hp->h_length);
lib/libcompat/4.3/rexec.c
101
memcpy(&rsin.sin_addr, hp->h_addr, len);
lib/libquota/quota_nfs.c
111
memmove(&server_addr.sin_addr, hp->h_addr, hp->h_length);
lib/libradius/radlib.c
358
(void)memcpy(&srvp->addr.sin_addr, hent->h_addr,
libexec/mail.local/mail.local.c
344
memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);
regress/sys/net/frag/ip4_frag_1.c
316
memcpy(&target, he->h_addr, sizeof(target));
sbin/ping/ping.c
1965
(void)memcpy(&sa->sin_addr, hp->h_addr, sizeof(sa->sin_addr));
sbin/route/route.c
971
memmove(&su->sin.sin_addr, hp->h_addr, hp->h_length);
sbin/routed/parms.c
1057
memcpy(addrp, hp->h_addr, sizeof(*addrp));
sbin/routed/rtquery/rtquery.c
190
memcpy(&OMSG.rip_nets[0].n_dst, hp->h_addr,
sbin/routed/rtquery/rtquery.c
534
memcpy(&router.sin_addr, hp->h_addr, sizeof(router.sin_addr));
share/doc/psd/20.ipctut/dgramsend.c
71
bcopy(hp->h_addr, &name.sin_addr, hp->h_length);
share/doc/psd/20.ipctut/streamwrite.c
69
bcopy(hp->h_addr, &server.sin_addr, hp->h_length);
sys/dev/ic/hd64570.c
860
hdlc->h_addr = CISCO_MULTICAST;
sys/dev/ic/hd64570.c
862
hdlc->h_addr = CISCO_UNICAST;
sys/dev/ic/hd64570reg.h
67
u_int8_t h_addr;
usr.bin/btkey/btkey.c
73
bdaddr_copy(&raddr, (bdaddr_t *)he->h_addr);
usr.bin/btkey/btkey.c
93
bdaddr_copy(&laddr, (bdaddr_t *)he->h_addr);
usr.bin/btpin/btpin.c
78
bdaddr_copy(&rp.raddr, (bdaddr_t *)he->h_addr);
usr.bin/getent/getent.c
292
if (inet_ntop(he->h_addrtype, he->h_addr, buf, sizeof(buf)) == NULL)
usr.bin/rfcomm_sppd/rfcomm_sppd.c
150
bdaddr_copy(&raddr, (bdaddr_t *)he->h_addr);
usr.bin/sdpquery/sdpquery.c
95
bdaddr_copy(&remote_addr, (bdaddr_t *)he->h_addr);
usr.bin/talk/get_addrs.c
65
memcpy(&my_machine_addr, hp->h_addr, sizeof(my_machine_addr));
usr.bin/talk/get_addrs.c
70
memcpy(&his_machine_addr, hp->h_addr, sizeof(his_machine_addr));
usr.bin/ypwhich/ypwhich.c
234
(void)memmove(&sin.sin_addr, he->h_addr, sizeof(sin.sin_addr));
usr.bin/ypwhich/ypwhich.c
297
(void)memmove(&faddr, he->h_addr, sizeof(faddr));
usr.sbin/altq/libaltq/parser.c
377
bcopy(h->h_addr, &tmp, (size_t)h->h_length);
usr.sbin/arp/arp.c
773
(void)memcpy(inap, hp->h_addr, sizeof(*inap));
usr.sbin/bootp/bootpd/bootpd.c
369
bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
usr.sbin/bootp/bootpgw/bootpgw.c
211
bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
usr.sbin/bootp/bootpgw/bootpgw.c
334
memcpy(&serv_addr.sin_addr, hep->h_addr,
usr.sbin/bootp/bootptest/bootptest.c
256
memcpy(&sin_server.sin_addr, hep->h_addr,
usr.sbin/bootp/bootptest/bootptest.c
334
bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length);
usr.sbin/bootp/common/lookup.c
75
bcopy(hp->h_addr, result, sizeof(*result));
usr.sbin/bootp/common/trygetif.c
49
memcpy(&dst_addr, hep->h_addr, sizeof(dst_addr));
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
313
(bdaddr_t *)he->h_addr);
usr.sbin/btdevctl/btdevctl.c
94
bdaddr_copy(&raddr, (bdaddr_t *)he->h_addr);
usr.sbin/btpand/btpand.c
102
bdaddr_copy(&remote_bdaddr, (bdaddr_t *)he->h_addr);
usr.sbin/mtrace/mtrace.c
1355
memcpy((char *)&addr.sin_addr.s_addr, hp->h_addr,
usr.sbin/ndbootd/ndbootd.c
595
memcpy(&last_client_ip, the_hostent->h_addr, sizeof(last_client_ip));
usr.sbin/rpc.bootparamd/bootparamd.c
101
memmove(&route_addr.s_addr, he->h_addr, he->h_length);
usr.sbin/rpc.bootparamd/bootparamd.c
270
he->h_addr, 4);
usr.sbin/timed/timedc/cmds.c
114
memcpy(&addr->sin_addr.s_addr, hp->h_addr, sizeof(in_addr_t));
usr.sbin/yppoll/yppoll.c
182
(void)memcpy(&rsrv_sin.sin_addr.s_addr, h->h_addr,
usr.sbin/ypset/ypset.c
106
(void) memcpy(ia, hp->h_addr, sizeof(*ia));