Searched refs:h_addr (Results 1 – 19 of 19) sorted by relevance
/external/libpcap/ |
D | nametoaddr.c | 103 #ifndef h_addr in pcap_nametoaddr() 110 #ifndef h_addr in pcap_nametoaddr() 111 hlist[0] = (bpf_u_int32 *)hp->h_addr; in pcap_nametoaddr() 112 NTOHL(hp->h_addr); in pcap_nametoaddr()
|
/external/ppp/pppd/plugins/radius/ |
D | ip_util.c | 42 return ntohl((*(UINT4 *) hp->h_addr)); in rc_get_ipaddr()
|
/external/quake/quake/src/QW/qwfwd/ |
D | qwfwd.c | 126 memcpy((char *)&sin.sin_addr, phe->h_addr, phe->h_length); in connectsock()
|
/external/qemu/ |
D | net.c | 274 saddr->sin_addr = *(struct in_addr *)he->h_addr; in parse_host_port() 748 uint32_t h_addr; in net_slirp_redir_print() local 752 h_addr = ntohl(faddr->s_addr); in net_slirp_redir_print() 756 snprintf(buf, 15, "%d.%d.%d.%d", (h_addr >> 24) & 0xff, in net_slirp_redir_print() 757 (h_addr >> 16) & 0xff, in net_slirp_redir_print() 758 (h_addr >> 8) & 0xff, in net_slirp_redir_print() 759 (h_addr) & 0xff); in net_slirp_redir_print()
|
D | net-android.c | 876 uint32_t h_addr; in net_slirp_redir_print() local 880 h_addr = sock_address_get_ip(faddr); in net_slirp_redir_print() 884 snprintf(buf, 15, "%d.%d.%d.%d", (h_addr >> 24) & 0xff, in net_slirp_redir_print() 885 (h_addr >> 16) & 0xff, in net_slirp_redir_print() 886 (h_addr >> 8) & 0xff, in net_slirp_redir_print() 887 (h_addr) & 0xff); in net_slirp_redir_print()
|
/external/ppp/pppd/ |
D | ipcp.c | 348 dns = *(u_int32_t *)hp->h_addr; 384 wins = *(u_int32_t *)hp->h_addr; 437 local = *(u_int32_t *)hp->h_addr; 458 remote = *(u_int32_t *)hp->h_addr; 1625 local = *(u_int32_t *)hp->h_addr; in ip_check_options()
|
D | auth.c | 2109 a = *(u_int32_t *)hp->h_addr;
|
/external/mdnsresponder/mDNSPosix/ |
D | ProxyResponder.c | 259 if (h) proxyhost.ip.NotAnInteger = *(long*)h->h_addr; in main()
|
D | NetMonitor.c | 961 if (h) a.ip.v4.NotAnInteger = *(long*)h->h_addr; in main()
|
/external/netperf/ |
D | nettest_xti.c | 580 bcopy(hp->h_addr, in send_xti_tcp_stream() 1791 bcopy(hp->h_addr, in send_xti_tcp_rr() 2514 bcopy(hp->h_addr, in send_xti_udp_stream() 3510 bcopy(hp->h_addr, in send_xti_udp_rr() 5072 bcopy(hp->h_addr, in send_xti_tcp_conn_rr()
|
/external/qemu/telephony/ |
D | sysdeps_posix.c | 626 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length); in sys_channel_create_tcp_client()
|
/external/quake/quake/src/WinQuake/ |
D | net_bw.cpp | 132 #define h_addr h_addr_list[0] /* address, for backward compatiblity */ macro
|
D | mpdosock.h | 153 #define h_addr h_addr_list[0] /* address, for backward compat */ macro
|
/external/valgrind/tsan/ |
D | ts_util.cc | 489 (char *)server->h_addr, in OpenSocketForWriting()
|
/external/qemu/slirp/ |
D | misc.c | 80 our_addr = *(struct in_addr *)he->h_addr; in getouraddr()
|
/external/bluetooth/bluez/test/ |
D | hciemu.c | 1032 memcpy(&b, hent->h_addr, 4); in getbdaddrbyname()
|
/external/ping/ |
D | ping.c | 1851 memcpy(&whereto.sin_addr, hp->h_addr, 4); in main()
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_cfg.c | 1611 memcpy(&nas_addr, host->h_addr, sizeof(nas_addr));
|
/external/blktrace/ |
D | blktrace.c | 971 memcpy(&addr->sin_addr, hent->h_addr, 4); in net_setup_addr()
|