OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_address
(Results
1 - 6
of
6
) sorted by null
/external/android-clat/
setif.h
21
int
add_address
(const char *ifname, int family, const void *address, int cidr, const void *broadcast);
setif.c
31
/* function:
add_address
39
int
add_address
(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) {
function
clatd.c
126
// before we call
add_address
, it can end up having the same IP address as we do. But the time
142
status =
add_address
(tunnel->device4, AF_INET, &Global_Clatd_Config.ipv4_local_subnet,
/system/extras/perfprofd/
perf_data_converter.cc
115
address_samples->
add_address
(addr_count.first);
/external/dhcpcd/
net.h
118
#define
add_address
(iface, addr, net, brd) \
macro
configure.c
803
if (
add_address
(iface,
807
syslog(LOG_ERR, "
add_address
: %m");
Completed in 487 milliseconds