Searched refs:h_addr (Results 26 - 50 of 79) sorted by relevance

1234

/freebsd-10.3-release/contrib/amd/amq/
H A Dpawd.c203 server_addr.sin_addr = *(struct in_addr *) hp->h_addr;
/freebsd-10.3-release/contrib/bsnmp/lib/
H A Dsupport.c160 memcpy(&s->sin_addr, hent->h_addr, 4);
/freebsd-10.3-release/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c85 memcpy(&srv.bdaddr, he->h_addr, sizeof(srv.bdaddr));
/freebsd-10.3-release/usr.sbin/bluetooth/hccontrol/
H A Dlink_policy.c101 memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
H A Dlink_control.c239 memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
558 memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
/freebsd-10.3-release/usr.sbin/bluetooth/l2control/
H A Dl2control.c71 memcpy(&bdaddr, he->h_addr, sizeof(bdaddr));
/freebsd-10.3-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c72 memcpy(&bdaddr, he->h_addr, sizeof(bdaddr));
/freebsd-10.3-release/lib/libc/tests/resolv/
H A Dresolv_test.c135 memcpy(buf, hp->h_addr, hp->h_length);
158 memcpy(buf, hp->h_addr, hp->h_length);
/freebsd-10.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c233 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
351 bcopy(hep->h_addr, (char *)&server_ipa, sizeof(server_ipa));
/freebsd-10.3-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.c263 bcopy(hep->h_addr, &server_addr, sizeof(server_addr));
341 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length);
/freebsd-10.3-release/usr.sbin/ypserv/
H A Dyp_dnslookup.c78 if (inet_ntop(hp->h_addrtype, hp->h_addr, addr, sizeof(addr)) == NULL)
391 hent->h_addr = (char *)q->addr;
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dget_addrs.c75 hostent->h_addr,
/freebsd-10.3-release/lib/libbluetooth/
H A Dbluetooth.c92 if (p->h_addrtype == type && bcmp(p->h_addr, addr, len) == 0)
/freebsd-10.3-release/lib/libc/net/
H A Dgethostbynis.c100 he->h_addr = (char *)hed->host_addr;
/freebsd-10.3-release/sbin/ifconfig/
H A Daf_inet.c138 bcopy(hp->h_addr, (char *)&sin->sin_addr,
/freebsd-10.3-release/sbin/nos-tun/
H A Dnos-tun.c106 bcopy(hp->h_addr, (caddr_t)&sin->sin_addr, hp->h_length);
/freebsd-10.3-release/usr.bin/rup/
H A Drup.c207 addr.sin_addr.s_addr = *(int *)hp->h_addr;
/freebsd-10.3-release/usr.bin/rusers/
H A Drusers.c197 memcpy(&addr.sin_addr.s_addr, hp->h_addr, sizeof(addr.sin_addr.s_addr));
/freebsd-10.3-release/usr.bin/systat/
H A Dnetcmds.c160 in = *(struct in_addr *)hp->h_addr;
/freebsd-10.3-release/usr.sbin/ppp/
H A Ddefs.c151 memcpy(&ipaddr, hp->h_addr, hp->h_length);
/freebsd-10.3-release/contrib/sendmail/libmilter/
H A Dlistener.c401 hp->h_addr,
410 hp->h_addr,
/freebsd-10.3-release/sbin/atm/atmconfig/
H A Dnatm.c376 memcpy(&sain.sin_addr, hp->h_addr, sizeof(sain.sin_addr));
565 memcpy(&sain.sin_addr, hp->h_addr, sizeof(sain.sin_addr));
/freebsd-10.3-release/sbin/routed/rtquery/
H A Drtquery.c185 memcpy(&OMSG.rip_nets[0].n_dst, hp->h_addr,
527 memcpy(&router.sin_addr, hp->h_addr, sizeof(router.sin_addr));
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dntp_rfc2553.c568 memcpy(&sockin->sin_addr, hp->h_addr, hp->h_length);
/freebsd-10.3-release/lib/libcompat/4.3/
H A Drexec.c324 bcopy(hp->h_addr, (caddr_t)&sin.sin_addr, hp->h_length);

Completed in 462 milliseconds

1234