/freebsd/lib/libc/net/ |
H A D | gethostbyht.c | 253 _map_v4v6_address(he.h_addr, he.h_addr); in _ht_gethostbyname() 314 if (he.h_addrtype == af && !bcmp(he.h_addr, addr, len)) { in _ht_gethostbyaddr() 317 _map_v4v6_address(he.h_addr, he.h_addr); in _ht_gethostbyaddr()
|
/freebsd/sbin/ipf/libipf/ |
H A D | gethost.c | 41 if ((h->h_addr != NULL) && in gethost() 43 bcopy(h->h_addr, (char *)&addr, sizeof(addr)); in gethost()
|
/freebsd/usr.bin/bluetooth/bthost/ |
H A D | bthost.c | 98 bt_ntoa((bdaddr_t *)(he->h_addr), bastr)); in hostmode() 104 bt_ntoa((bdaddr_t *)(he->h_addr), bastr)); in hostmode()
|
/freebsd/usr.sbin/ypset/ |
H A D | ypset.c | 77 memmove(&iaddr.s_addr, hp->h_addr, sizeof(iaddr.s_addr)); in bind_tohost() 134 bcopy(hent->h_addr, &sin.sin_addr, in main()
|
/freebsd/contrib/libpcap/ |
H A D | nametoaddr.c | 160 #ifndef h_addr in pcap_nametoaddr() 183 #ifndef h_addr in pcap_nametoaddr() 184 hlist[0] = (bpf_u_int32 *)hp->h_addr; in pcap_nametoaddr() 185 NTOHL(hp->h_addr); in pcap_nametoaddr()
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | btpand.c | 92 (bdaddr_t *)he->h_addr); in main() 110 (bdaddr_t *)he->h_addr); in main()
|
/freebsd/usr.bin/talk/ |
H A D | get_addrs.c | 53 bcopy(hp->h_addr, (char *) &his_machine_addr, hp->h_length); in get_addrs()
|
/freebsd/usr.sbin/bluetooth/l2ping/ |
H A D | l2ping.c | 101 memcpy(&dst, he->h_addr, sizeof(dst)); in main() 130 memcpy(&src, he->h_addr, sizeof(src)); in main()
|
/freebsd/lib/libc/rpc/ |
H A D | getrpcport.c | 66 memcpy(&addr.sin_addr.s_addr, hp->h_addr, (size_t)hp->h_length); in getrpcport()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken_gethostby.c | 52 unsigned char *p = (unsigned char*)he->h_addr; in make_address() 266 he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
|
/freebsd/libexec/bootpd/ |
H A D | lookup.c | 69 bcopy(hp->h_addr, result, sizeof(*result)); in lookup_ipa()
|
H A D | trygetif.c | 54 memcpy(&dst_addr, hep->h_addr, sizeof(dst_addr));
|
/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | main.c | 62 bcopy(he->h_addr, (char *)&route_addr, sizeof(route_addr)); in main()
|
/freebsd/sbin/ipf/ipsend/ |
H A D | 44arp.c | 50 bcopy((char *)hp->h_addr, (char *)address, 4); in resolve()
|
H A D | arp.c | 45 bcopy((char *)hp->h_addr, (char *)address, 4); in resolve()
|
/freebsd/libexec/bootpd/tools/bootptest/ |
H A D | bootptest.c | 256 bcopy(hep->h_addr, &server_addr, sizeof(server_addr)); in main() 334 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length); in main()
|
/freebsd/tools/test/stress2/testcases/udp/ |
H A D | udp.c | 81 bcopy(host->h_addr, &sock_in.sin_addr, host->h_length); in test()
|
/freebsd/lib/libc/tests/resolv/ |
H A D | resolv_test.c | 136 memcpy(buf, hp->h_addr, hp->h_length); in resolv_gethostby() 158 memcpy(buf, hp->h_addr, hp->h_length); in resolv_getipnodeby()
|
/freebsd/libexec/bootpd/bootpgw/ |
H A D | bootpgw.c | 219 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr)); in main() 340 bcopy(hep->h_addr, (char *)&server_ipa, sizeof(server_ipa)); in main()
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | nb_net.c | 96 memcpy(&sinp->sin_addr.s_addr, h->h_addr, 4); in nb_resolvehost_in()
|
/freebsd/tools/test/stress2/misc/ |
H A D | sendfile2.sh | 97 memcpy (&addr.sin_addr.s_addr, hostent->h_addr,
|
H A D | setsockopt.sh | 110 memcpy (&inetaddr.sin_addr.s_addr, hostent->h_addr,
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_machine.h | 143 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | bthidcontrol.c | 78 memcpy(&bdaddr, he->h_addr, sizeof(bdaddr)); in main()
|
/freebsd/usr.sbin/bluetooth/sdpcontrol/ |
H A D | sdpcontrol.c | 74 memcpy(&bdaddr, he->h_addr, sizeof(bdaddr)); in main()
|