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

1234

/freebsd-12-stable/sbin/natd/
H A Dnatd.c1877 memcpy (addr, hp->h_addr, sizeof (struct in_addr));
/freebsd-12-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c453 (struct in6_addr *)hp->h_addr)) {
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y600 bcopy(hp->h_addr, &in.s_addr, sizeof(struct in_addr));
/freebsd-12-stable/sbin/route/
H A Droute.c1349 memmove((char *)&sin->sin_addr, hp->h_addr,
/freebsd-12-stable/usr.sbin/ppp/
H A Dipcp.c470 memcpy(&host.s_addr, hp->h_addr, sizeof host.s_addr);
/freebsd-12-stable/contrib/sendmail/src/
H A Dmilter.c986 hp->h_addr, INADDRSZ);
996 hp->h_addr, IN6ADDRSZ);
H A Dmap.c8290 hp->h_addr, INADDRSZ);
8300 hp->h_addr, IN6ADDRSZ);

Completed in 200 milliseconds

1234