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

1234

/freebsd-12-stable/usr.bin/talk/
H A Dget_addrs.c59 bcopy(hp->h_addr, (char *) &his_machine_addr, hp->h_length);
/freebsd-12-stable/contrib/ipfilter/lib/
H A Dgethost.c44 if ((h->h_addr != NULL) &&
46 bcopy(h->h_addr, (char *)&addr, sizeof(addr));
/freebsd-12-stable/lib/libc/rpc/
H A Dgetrpcport.c73 memcpy(&addr.sin_addr.s_addr, hp->h_addr, (size_t)hp->h_length);
/freebsd-12-stable/usr.bin/bluetooth/bthost/
H A Dbthost.c99 bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
105 bt_ntoa((bdaddr_t *)(he->h_addr), bastr));
/freebsd-12-stable/usr.sbin/ypset/
H A Dypset.c80 memmove(&iaddr.s_addr, hp->h_addr, sizeof(iaddr.s_addr));
137 bcopy(hent->h_addr, &sin.sin_addr,
/freebsd-12-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-12-stable/lib/libc/net/
H A Dgethostbyht.c259 _map_v4v6_address(he.h_addr, he.h_addr);
320 if (he.h_addrtype == af && !bcmp(he.h_addr, addr, len)) {
323 _map_v4v6_address(he.h_addr, he.h_addr);
/freebsd-12-stable/usr.sbin/timed/timedc/
H A Dcmds.c201 bcopy(hp->h_addr, &server.sin_addr.s_addr, hp->h_length);
231 bcopy(hp->h_addr, &dayaddr.sin_addr.s_addr,
299 bcopy(hp->h_addr, &dest.sin_addr.s_addr, hp->h_length);
398 bcopy(hp->h_addr, &sin.sin_addr.s_addr, hp->h_length);
447 bcopy(hp->h_addr, &dest.sin_addr.s_addr, hp->h_length);
/freebsd-12-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c97 (bdaddr_t *)he->h_addr);
115 (bdaddr_t *)he->h_addr);
/freebsd-12-stable/contrib/amd/wire-test/
H A Dwire-test.c98 memmove((voidp) &ip->sin_addr, (voidp) hp->h_addr, sizeof(ip->sin_addr));
/freebsd-12-stable/usr.sbin/bootparamd/bootparamd/
H A Dmain.c64 bcopy(he->h_addr, (char *)&route_addr, sizeof(route_addr));
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_machine.h143 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Dnb_net.c96 memcpy(&sinp->sin_addr.s_addr, h->h_addr, 4);
/freebsd-12-stable/contrib/libpcap/
H A Dnametoaddr.c159 #ifndef h_addr
166 #ifndef h_addr
167 hlist[0] = (bpf_u_int32 *)hp->h_addr;
168 NTOHL(hp->h_addr);
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A D44arp.c52 bcopy((char *)hp->h_addr, (char *)address, 4);
H A Darp.c51 bcopy((char *)hp->h_addr, (char *)address, 4);
/freebsd-12-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-12-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-12-stable/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c102 memcpy(&dst, he->h_addr, sizeof(dst));
131 memcpy(&src, he->h_addr, sizeof(src));
/freebsd-12-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));
H A Dops_lustre.c123 memcpy(&addr.s_addr, hp->h_addr, sizeof(addr));
/freebsd-12-stable/contrib/gdb/gdb/
H A Dser-tcp.c107 memcpy (&sockaddr.sin_addr.s_addr, hostent->h_addr,
/freebsd-12-stable/contrib/amd/amq/
H A Dpawd.c199 server_addr.sin_addr = *(struct in_addr *) hp->h_addr;
/freebsd-12-stable/contrib/bsnmp/lib/
H A Dsupport.c160 memcpy(&s->sin_addr, hent->h_addr, 4);

Completed in 284 milliseconds

1234