Searched refs:h_addr (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-current/usr.bin/talk/
H A Dget_addrs.c53 bcopy(hp->h_addr, (char *) &his_machine_addr, hp->h_length);
/freebsd-current/sbin/ipf/libipf/
H A Dgethost.c41 if ((h->h_addr != NULL) &&
43 bcopy(h->h_addr, (char *)&addr, sizeof(addr));
/freebsd-current/lib/libc/rpc/
H A Dgetrpcport.c66 memcpy(&addr.sin_addr.s_addr, hp->h_addr, (size_t)hp->h_length);
/freebsd-current/usr.bin/bluetooth/bthost/
H A Dbthost.c98 bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
104 bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
/freebsd-current/usr.sbin/ypset/
H A Dypset.c77 memmove(&iaddr.s_addr, hp->h_addr, sizeof(iaddr.s_addr));
134 bcopy(hent->h_addr, &sin.sin_addr,
/freebsd-current/libexec/bootpd/
H A Dlookup.c69 bcopy(hp->h_addr, result, sizeof(*result));
H A Dtrygetif.c54 memcpy(&dst_addr, hep->h_addr, sizeof(dst_addr));
/freebsd-current/lib/libc/net/
H A Dgethostbyht.c253 _map_v4v6_address(he.h_addr, he.h_addr);
314 if (he.h_addrtype == af && !bcmp(he.h_addr, addr, len)) {
317 _map_v4v6_address(he.h_addr, he.h_addr);
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dbtpand.c92 (bdaddr_t *)he->h_addr);
110 (bdaddr_t *)he->h_addr);
/freebsd-current/tools/test/stress2/testcases/udp/
H A Dudp.c81 bcopy(host->h_addr, &sock_in.sin_addr, host->h_length);
/freebsd-current/usr.sbin/bootparamd/bootparamd/
H A Dmain.c62 bcopy(he->h_addr, (char *)&route_addr, sizeof(route_addr));
/freebsd-current/contrib/smbfs/lib/smb/
H A Dnb_net.c96 memcpy(&sinp->sin_addr.s_addr, h->h_addr, 4);
/freebsd-current/contrib/ntp/include/
H A Dntp_machine.h143 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
/freebsd-current/tools/test/stress2/misc/
H A Dsendfile2.sh97 memcpy (&addr.sin_addr.s_addr, hostent->h_addr,
H A Dsetsockopt.sh110 memcpy (&inetaddr.sin_addr.s_addr, hostent->h_addr,
H A Dsendfile3.sh157 memcpy (&inetaddr.sin_addr.s_addr, hostent->h_addr,
H A Dsendfile.sh160 memcpy (&inetaddr.sin_addr.s_addr, hostent->h_addr,
/freebsd-current/contrib/libpcap/
H A Dnametoaddr.c160 #ifndef h_addr
183 #ifndef h_addr
184 hlist[0] = (bpf_u_int32 *)hp->h_addr;
185 NTOHL(hp->h_addr);
/freebsd-current/sbin/ipf/ipsend/
H A D44arp.c50 bcopy((char *)hp->h_addr, (char *)address, 4);
H A Darp.c45 bcopy((char *)hp->h_addr, (char *)address, 4);
/freebsd-current/crypto/heimdal/lib/roken/
H A Droken_gethostby.c52 unsigned char *p = (unsigned char*)he->h_addr;
266 he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
/freebsd-current/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c101 memcpy(&dst, he->h_addr, sizeof(dst));
130 memcpy(&src, he->h_addr, sizeof(src));
/freebsd-current/contrib/bsnmp/lib/
H A Dsupport.c160 memcpy(&s->sin_addr, hent->h_addr, 4);
/freebsd-current/tools/test/stress2/testcases/tcp/
H A Dtcp.c118 memcpy (&inetaddr.sin_addr.s_addr, hostent->h_addr,
/freebsd-current/usr.bin/rup/
H A Drup.c194 memcpy(&addr.sin_addr.s_addr, hp->h_addr, sizeof(int));

Completed in 373 milliseconds

1234