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

1234

/freebsd-10-stable/usr.bin/talk/
H A Dget_addrs.c57 bcopy(hp->h_addr, (char *) &his_machine_addr, hp->h_length);
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dgethost.c44 if ((h->h_addr != NULL) &&
46 bcopy(h->h_addr, (char *)&addr, sizeof(addr));
/freebsd-10-stable/lib/libc/rpc/
H A Dgetrpcport.c71 memcpy(&addr.sin_addr.s_addr, hp->h_addr, (size_t)hp->h_length);
/freebsd-10-stable/usr.bin/bluetooth/bthost/
H A Dbthost.c96 bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
102 bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dlarp.c46 bcopy((char *)hp->h_addr, (char *)address, 4);
H A D44arp.c57 bcopy((char *)hp->h_addr, (char *)address, 4);
H A Darp.c55 bcopy((char *)hp->h_addr, (char *)address, 4);
/freebsd-10-stable/contrib/libpcap/
H A Dnametoaddr.c103 #ifndef h_addr
110 #ifndef h_addr
111 hlist[0] = (bpf_u_int32 *)hp->h_addr;
112 NTOHL(hp->h_addr);
/freebsd-10-stable/libexec/bootpd/
H A Dlookup.c81 bcopy(hp->h_addr, result, sizeof(*result));
H A Dtrygetif.c56 memcpy(&dst_addr, hep->h_addr, sizeof(dst_addr));
/freebsd-10-stable/lib/libc/net/
H A Dgethostbyht.c257 _map_v4v6_address(he.h_addr, he.h_addr);
318 if (he.h_addrtype == af && !bcmp(he.h_addr, addr, len)) {
321 _map_v4v6_address(he.h_addr, he.h_addr);
/freebsd-10-stable/usr.sbin/timed/timedc/
H A Dcmds.c199 bcopy(hp->h_addr, &server.sin_addr.s_addr, hp->h_length);
229 bcopy(hp->h_addr, &dayaddr.sin_addr.s_addr,
297 bcopy(hp->h_addr, &dest.sin_addr.s_addr, hp->h_length);
396 bcopy(hp->h_addr, &sin.sin_addr.s_addr, hp->h_length);
445 bcopy(hp->h_addr, &dest.sin_addr.s_addr, hp->h_length);
/freebsd-10-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c94 (bdaddr_t *)he->h_addr);
112 (bdaddr_t *)he->h_addr);
/freebsd-10-stable/usr.sbin/bootparamd/bootparamd/
H A Dmain.c61 bcopy(he->h_addr, (char *)&route_addr, sizeof(route_addr));
/freebsd-10-stable/contrib/amd/wire-test/
H A Dwire-test.c98 memmove((voidp) &ip->sin_addr, (voidp) hp->h_addr, sizeof(ip->sin_addr));
/freebsd-10-stable/contrib/smbfs/lib/smb/
H A Dnb_net.c96 memcpy(&sinp->sin_addr.s_addr, h->h_addr, 4);
/freebsd-10-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c76 memcpy(&bdaddr, he->h_addr, sizeof(bdaddr));
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_machine.h143 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
/freebsd-10-stable/contrib/amd/fixmount/
H A Dfixmount.c115 memcpy(&addr1, he->h_addr, sizeof(addr1));
202 memcpy(&hostaddr, he->h_addr, sizeof(hostaddr));
353 memcpy(&thisaddr, he->h_addr, sizeof(thisaddr));
566 memmove((voidp) &host_addr.sin_addr, (voidp) hp->h_addr,
/freebsd-10-stable/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-10-stable/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c99 memcpy(&dst, he->h_addr, sizeof(dst));
128 memcpy(&src, he->h_addr, sizeof(src));
/freebsd-10-stable/tools/regression/lib/libc/resolv/
H A Dresolv.c152 memcpy(buf, hp->h_addr, hp->h_length);
177 memcpy(buf, hp->h_addr, hp->h_length);
/freebsd-10-stable/contrib/amd/amd/
H A Dsrvr_nfs.c462 (voidp) hp->h_addr,
467 memmove((voidp) &ia, (voidp) hp->h_addr, sizeof(struct in_addr));
474 (voidp) hp->h_addr,
794 memmove((voidp) &ip->sin_addr, (voidp) hp->h_addr, sizeof(ip->sin_addr));
954 (voidp) hp->h_addr,
959 memmove((voidp) &ia, (voidp) hp->h_addr, sizeof(struct in_addr));
965 memmove((voidp) &fs->fs_ip->sin_addr, (voidp) hp->h_addr, sizeof(fs->fs_ip->sin_addr));
/freebsd-10-stable/contrib/gdb/gdb/
H A Dser-tcp.c107 memcpy (&sockaddr.sin_addr.s_addr, hostent->h_addr,
/freebsd-10-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c85 memcpy(&srv.bdaddr, he->h_addr, sizeof(srv.bdaddr));

Completed in 111 milliseconds

1234