Home
last modified time | relevance | path

Searched refs:h_addr (Results 1 – 25 of 47) sorted by path

12

/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c639 bcopy(hp->h_addr, (caddr_t)&sin.sin_addr, hp->h_length);
641 memcpy((caddr_t)&sin.sin_addr, hp->h_addr, hp->h_length);
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c192 hp->h_addr, hp->h_length); in kcmd()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1751 (void) memcpy(&a, hp->h_addr, sizeof(a));
H A Dipcp.c286 BCOPY(hp->h_addr, &addr, sizeof (u_int32_t));
1368 BCOPY(hp->h_addr, &local, sizeof (hp->h_addr)); in ip_check_options()
H A Dmultilink.c251 addr = *(u_int32_t *)hp->h_addr;
H A Doptions.c1741 BCOPY(hp->h_addr, &local, sizeof(local));
1764 BCOPY(hp->h_addr, &remote, sizeof(remote));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dget_addrs.c77 bcopy(hp->h_addr, (char *)&my_machine_addr, hp->h_length);
106 bcopy(hp->h_addr, (char *) &rem_machine_addr, hp->h_length);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c240 (void) memcpy(&sin->sin_addr, hp->h_addr, in set()
318 (void) memcpy(&sin->sin_addr, hp->h_addr, in get()
384 (void) memcpy(&sin->sin_addr, hp->h_addr, in delete()
H A Dhostconfig.c201 (void) memcpy(&targetaddr.s_addr, hp->h_addr,
H A Droute.c2251 (void) memmove(&sin->sin_addr, hp->h_addr, in in_getaddr()
2313 (void) memmove(&sin6->sin6_addr, hp->h_addr, hp->h_length); in in6_getaddr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c4041 (void) memcpy(&sin->sin_addr, hp->h_addr, hp->h_length); in in_getaddr()
4099 (void) memcpy(&sin6->sin6_addr, hp->h_addr, hp->h_length); in in6_getaddr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c1006 (void) memcpy(addrp, hp->h_addr, sizeof (*addrp)); in gethost()
H A Drtquery.c178 hp->h_addr, in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c2834 memcpy(&sin->sin_addr, hp->h_addr, sizeof (sin->sin_addr)); in arp_for_ether()
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.c99 (void) memcpy((caddr_t)&sin.sin6_addr, hp->h_addr, hp->h_length); in net_open()
H A Dtcp_misc.c95 bcopy(hp->h_addr, (caddr_t)&serv_addr.sin6_addr, hp->h_length); in tcp_open()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c401 hp->h_addr,
410 hp->h_addr,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c2346 if (hp == NULL || hp->h_addr == NULL)
2413 hp->h_addr,
2421 hp->h_addr,
2435 memmove(addr.sa.sa_data, hp->h_addr, hp->h_length);
H A Dmap.c7658 hp->h_addr, INADDRSZ);
7668 hp->h_addr, IN6ADDRSZ);
H A Dmilter.c981 hp->h_addr, INADDRSZ);
991 hp->h_addr, IN6ADDRSZ);
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmail.local.c1004 (void) memmove(&addr.sin_addr, hp->h_addr, hp->h_length);
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c304 (void) memcpy(&ipv6addr, hp->h_addr, hp->h_length); in process_rh()
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c242 (void) memcpy(&in6, hp->h_addr, hp->h_length); in print_rh()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c713 (void) memcpy(&addr.sin_addr, hp->h_addr, hp->h_length); in vs_eng_connect()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c143 ip_addr = (unsigned long)((struct in_addr*)hp->h_addr)->s_addr; in getaddrinfo()

12