Home
last modified time | relevance | path

Searched refs:h_addr (Results 1 – 25 of 57) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/perl/vms/
Dsockadapt.h61 #ifdef h_addr
62 # undef h_addr
64 #define h_addr h_addr_list[0] macro
/mirbsd/src/lib/libpcap/
Dnametoaddr.c74 #ifndef h_addr in pcap_nametoaddr()
81 #ifndef h_addr in pcap_nametoaddr()
82 hlist[0] = (bpf_u_int32 *)hp->h_addr; in pcap_nametoaddr()
83 NTOHL(hp->h_addr); in pcap_nametoaddr()
/mirbsd/src/usr.bin/talk/
Dget_addrs.c58 memmove((char *)&my_machine_addr, hp->h_addr, hp->h_length);
67 memmove((char *) &his_machine_addr, hp->h_addr, hp->h_length);
/mirbsd/src/gnu/usr.bin/perl/lib/Net/
Dhostent.pm13 @h_addr_list $h_addr
40 $h_addr = $_[4];
/mirbsd/src/usr.sbin/timed/timedc/
Dcmds.c221 memmove(&server.sin_addr.s_addr, hp->h_addr, hp->h_length); in clockdiff()
251 memmove(&dayaddr.sin_addr.s_addr, hp->h_addr, in clockdiff()
323 memmove(&dest.sin_addr.s_addr, hp->h_addr, hp->h_length); in msite()
443 memmove(&sin.sin_addr.s_addr, hp->h_addr, hp->h_length); in testing()
499 memmove(&dest.sin_addr.s_addr, hp->h_addr, hp->h_length); in tracing()
/mirbsd/src/lib/libc/rpc/
Dgetrpcport.c54 memcpy((char *)&addr.sin_addr, hp->h_addr, hp->h_length); in getrpcport()
Dclnt_generic.c72 memcpy((char*)&sin.sin_addr, h->h_addr, h->h_length); in clnt_create()
Dclnt_simple.c97 memcpy((char *)&server_addr.sin_addr, hp->h_addr, hp->h_length); in callrpc()
/mirbsd/src/usr.bin/tftp/
Dmain.c214 memmove(&peeraddr.sin_addr, host->h_addr, host->h_length); in setpeer()
340 memmove((caddr_t)&peeraddr.sin_addr, hp->h_addr, hp->h_length); in put()
436 memmove((caddr_t)&peeraddr.sin_addr, hp->h_addr, in get()
/mirbsd/src/usr.sbin/rpc.bootparamd/
Dbootparamd.c90 memmove((char *) &route_addr.s_addr, he->h_addr, in main()
230 memmove(&res.server_address.bp_address_u.ip_addr, he->h_addr, 4); in bootparamproc_getfile_1_svc()
/mirbsd/src/lib/libcompat/4.3/
Drexec.c76 memmove((char *)&sin.sin_addr, hp->h_addr, (size_t)hp->h_length); in rexec()
/mirbsd/src/include/
Dnetdb.h115 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
/mirbsd/src/sbin/routed/rtquery/
Drtquery.c150 memmove(&OMSG.rip_nets[0].n_dst, hp->h_addr, in main()
416 memmove(&router.sin_addr, hp->h_addr, sizeof(router.sin_addr)); in out()
/mirbsd/src/share/doc/psd/20.ipctut/
Dstreamwrite.c69 memmove(&server.sin_addr, hp->h_addr, hp->h_length);
Ddgramsend.c71 memmove(&name.sin_addr, hp->h_addr, hp->h_length);
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dm32r-rom.c445 memcpy (&inet_addr.s_addr, hostent->h_addr, in m32r_upload_command()
449 server_addr = (char *) inet_ntoa (hostent->h_addr); in m32r_upload_command()
Dser-tcp.c125 memcpy (&sockaddr.sin_addr.s_addr, hostent->h_addr, in net_open()
/mirbsd/src/usr.sbin/pppd/
Doptions.c1736 local = *(u_int32_t *)hp->h_addr;
1760 remote = *(u_int32_t *)hp->h_addr;
2340 ina.s_addr = *(u_int32_t *)hp->h_addr;
2371 ina.s_addr = *(u_int32_t *)hp->h_addr;
/mirbsd/src/usr.bin/rpcinfo/
Drpcinfo.c505 memmove((caddr_t)&server_addr.sin_addr, hp->h_addr, in pmapdump()
702 memmove((char *)&addr->sin_addr, hp->h_addr, hp->h_length); in get_inet_address()
/mirbsd/src/gnu/usr.sbin/sendmail/libmilter/
Dlistener.c401 hp->h_addr,
410 hp->h_addr,
/mirbsd/src/usr.bin/showmount/
Dshowmount.c164 memmove((char *)&clnt_sin.sin_addr, hp->h_addr, hp->h_length); in main()
/mirbsd/src/usr.sbin/ppp/ppp/
Ddefs.c143 memcpy(&ipaddr, hp->h_addr, hp->h_length); in GetIpAddr()
/mirbsd/src/libexec/mail.local/
Dmail.local.c310 bcopy(hp->h_addr, &addr.sin_addr, (size_t)hp->h_length); in notifybiff()
/mirbsd/src/usr.sbin/traceroute/
Dtraceroute.c354 memcpy(&gateway[lsrr], hp->h_addr, hp->h_length); in main()
466 memcpy(&to.sin_addr, hp->h_addr, hp->h_length); in main()
/mirbsd/src/gnu/usr.bin/perl/ext/Socket/
DSocket.xs240 Copy( phe->h_addr, &ip_address, phe->h_length, char );

123