| /mirbsd/src/gnu/usr.bin/perl/vms/ |
| D | sockadapt.h | 61 #ifdef h_addr 62 # undef h_addr 64 #define h_addr h_addr_list[0] macro
|
| /mirbsd/src/lib/libpcap/ |
| D | nametoaddr.c | 74 #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/ |
| D | get_addrs.c | 58 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/ |
| D | hostent.pm | 13 @h_addr_list $h_addr 40 $h_addr = $_[4];
|
| /mirbsd/src/usr.sbin/timed/timedc/ |
| D | cmds.c | 221 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/ |
| D | getrpcport.c | 54 memcpy((char *)&addr.sin_addr, hp->h_addr, hp->h_length); in getrpcport()
|
| D | clnt_generic.c | 72 memcpy((char*)&sin.sin_addr, h->h_addr, h->h_length); in clnt_create()
|
| D | clnt_simple.c | 97 memcpy((char *)&server_addr.sin_addr, hp->h_addr, hp->h_length); in callrpc()
|
| /mirbsd/src/usr.bin/tftp/ |
| D | main.c | 214 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/ |
| D | bootparamd.c | 90 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/ |
| D | rexec.c | 76 memmove((char *)&sin.sin_addr, hp->h_addr, (size_t)hp->h_length); in rexec()
|
| /mirbsd/src/include/ |
| D | netdb.h | 115 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
|
| /mirbsd/src/sbin/routed/rtquery/ |
| D | rtquery.c | 150 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/ |
| D | streamwrite.c | 69 memmove(&server.sin_addr, hp->h_addr, hp->h_length);
|
| D | dgramsend.c | 71 memmove(&name.sin_addr, hp->h_addr, hp->h_length);
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | m32r-rom.c | 445 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()
|
| D | ser-tcp.c | 125 memcpy (&sockaddr.sin_addr.s_addr, hostent->h_addr, in net_open()
|
| /mirbsd/src/usr.sbin/pppd/ |
| D | options.c | 1736 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/ |
| D | rpcinfo.c | 505 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/ |
| D | listener.c | 401 hp->h_addr, 410 hp->h_addr,
|
| /mirbsd/src/usr.bin/showmount/ |
| D | showmount.c | 164 memmove((char *)&clnt_sin.sin_addr, hp->h_addr, hp->h_length); in main()
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | defs.c | 143 memcpy(&ipaddr, hp->h_addr, hp->h_length); in GetIpAddr()
|
| /mirbsd/src/libexec/mail.local/ |
| D | mail.local.c | 310 bcopy(hp->h_addr, &addr.sin_addr, (size_t)hp->h_length); in notifybiff()
|
| /mirbsd/src/usr.sbin/traceroute/ |
| D | traceroute.c | 354 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/ |
| D | Socket.xs | 240 Copy( phe->h_addr, &ip_address, phe->h_length, char );
|