Searched refs:h_addr (Results 51 - 75 of 82) sorted by relevance

1234

/freebsd-12-stable/lib/libcompat/4.3/
H A Drexec.c324 bcopy(hp->h_addr, (caddr_t)&sin.sin_addr, hp->h_length);
/freebsd-12-stable/sbin/ggate/shared/
H A Dggate.c410 return (((struct in_addr *)(void *)hp->h_addr)->s_addr);
/freebsd-12-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c103 memcpy(&addr, he->h_addr, sizeof(addr));
/freebsd-12-stable/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c91 memcpy(&addr, he->h_addr, sizeof(addr));
/freebsd-12-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c139 bcopy( he->h_addr, &res.server_address.bp_address_u.ip_addr, 4);
/freebsd-12-stable/usr.sbin/ypserv/common/
H A Dyplib_host.c92 rsrv_sin.sin_addr.s_addr = *(u_int32_t *)h->h_addr;
/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c211 memcpy(&cmd.cp.bdaddr, he->h_addr, sizeof(cmd.cp.bdaddr));
317 memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
368 memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
H A Dle.c426 memcpy(&cp.direct_address, he->h_addr, sizeof(cp.direct_address));
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipscan_y.y450 bcopy(hp->h_addr, (char *)&in, sizeof(in));
/freebsd-12-stable/contrib/gdb/gdb/
H A Dwince-stub.c581 memcpy (&sin.sin_addr, h->h_addr, h->h_length);
/freebsd-12-stable/contrib/ipfilter/l4check/
H A Dl4check.c433 *ipp = *(u_32_t *)hp->h_addr;
/freebsd-12-stable/contrib/amd/amq/
H A Damq.c570 memmove((voidp) &server_addr.sin_addr, (voidp) hp->h_addr,
/freebsd-12-stable/usr.bin/getent/
H A Dgetent.c276 if (inet_ntop(he->h_addrtype, he->h_addr, buf, sizeof(buf)) == NULL)
/freebsd-12-stable/usr.sbin/arp/
H A Darp.c286 bcopy((char *)hp->h_addr, (char *)&reply.sin_addr,
/freebsd-12-stable/usr.sbin/ppp/
H A Dnat_cmd.c321 *addr = *((struct in_addr *) hp->h_addr);
H A Dradius.c1029 hostaddr.s_addr = *(u_long *)hp->h_addr;
1214 hostaddr.s_addr = *(u_long *)hp->h_addr;
/freebsd-12-stable/contrib/sendmail/mail.local/
H A Dmail.local.c1578 memcpy(&addr.sin_addr, hp->h_addr, INADDRSZ);
/freebsd-12-stable/contrib/sendmail/src/
H A Ddaemon.c2436 if (hp == NULL || hp->h_addr == NULL)
2503 hp->h_addr,
2511 hp->h_addr,
2525 memmove(addr.sa.sa_data, hp->h_addr, hp->h_length);
/freebsd-12-stable/contrib/amd/libamu/
H A Dmount_fs.c1140 if (inet_ntop(AF_INET, hp->h_addr, myname, sizeof(myname)) == NULL)
/freebsd-12-stable/libexec/bootpd/
H A Dbootpd.c387 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
/freebsd-12-stable/sbin/ipfw/
H A Dnat.c213 memcpy (addr, hp->h_addr, sizeof (struct in_addr));
/freebsd-12-stable/sbin/routed/
H A Dparms.c1041 memcpy(addrp, hp->h_addr, sizeof(*addrp));
/freebsd-12-stable/contrib/bsnmp/lib/
H A Dsnmp.c1401 memcpy(v->ipaddress, he->h_addr, sizeof(v->ipaddress));
/freebsd-12-stable/lib/libradius/
H A Dradlib.c442 memcpy(&srvp->addr.sin_addr, hent->h_addr,
/freebsd-12-stable/lib/libtacplus/
H A Dtaclib.c787 memcpy(&srvp->addr.sin_addr, hent->h_addr,

Completed in 466 milliseconds

1234