OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_addr_t
(Results
26 - 38
of
38
) sorted by null
1
2
/external/lldb/tools/debugserver/source/
RNBSocket.cpp
34
ResolveIPV4HostName (const char *hostname,
in_addr_t
&addr)
/external/dhcpcd/
if-options.c
710
sizeof(
in_addr_t
) * (ifo->whitelist_len + 2));
720
sizeof(
in_addr_t
) * (ifo->blacklist_len + 2));
731
sizeof(
in_addr_t
) * (ifo->arping_len + 1));
dhcpcd.c
315
in_addr_t
a = 0;
480
blacklisted_ip(const struct if_options *ifo,
in_addr_t
addr)
491
whitelisted_ip(const struct if_options *ifo,
in_addr_t
addr)
[
all
...]
configure.c
539
in_addr_t
addr;
/external/fio/os/windows/
posix.c
889
in_addr_t
inet_network(const char *cp)
891
in_addr_t
hbo;
892
in_addr_t
nbo = inet_addr(cp);
/external/dnsmasq/src/
rfc1035.c
518
in_addr_t
ip_addr = ntohl(addr.s_addr);
[
all
...]
network.c
1083
if ((addr.in.sin_addr.s_addr = inet_addr(saddr)) != (
in_addr_t
) -1)
[
all
...]
dhcp.c
783
if ((addr.s_addr = inet_addr(ip)) == (
in_addr_t
)-1)
cache.c
789
if ((addr.addr.addr4.s_addr = inet_addr(token)) != (
in_addr_t
) -1)
[
all
...]
/external/android-clat/
clatd.c
166
in_addr_t
localaddr = config_select_ipv4_address(&Global_Clatd_Config.ipv4_local_subnet,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc
401
memcpy(&addr_in.sin_addr.s_addr, pp_addr.addr, sizeof(
in_addr_t
));
/external/fio/engines/
net.c
221
in_addr_t
addr = inet_network(mcaddr);
/external/compiler-rt/lib/msan/tests/
msan_test.cc
1024
in_addr_t
addr = inet_addr("127.0.0.1");
1096
in_addr_t
addr = inet_addr("127.0.0.1");
[
all
...]
Completed in 346 milliseconds
1
2