Searched refs:add_address (Results 1 - 5 of 5) sorted by relevance

/external/android-clat/
H A Dsetif.h21 int add_address(const char *ifname, int family, const void *address, int cidr, const void *broadcast);
H A Dsetif.c31 /* function: add_address
39 int add_address(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) { function
H A Dclatd.c162 // before we call add_address, it can end up having the same IP address as we do. But the time
178 status = add_address(tunnel->device4, AF_INET, &Global_Clatd_Config.ipv4_local_subnet,
/external/dhcpcd/
H A Dnet.h118 #define add_address(iface, addr, net, brd) \ macro
H A Dconfigure.c803 if (add_address(iface,
807 syslog(LOG_ERR, "add_address: %m");

Completed in 6996 milliseconds