Searched refs:get_netmask (Results 1 - 6 of 6) sorted by relevance

/external/dhcpcd/
H A Dnet.h94 uint32_t get_netmask(uint32_t);
H A Dshowlease.c288 get_netmask(uint32_t addr) function
338 lease->net.s_addr = get_netmask(dhcp->yiaddr);
H A Dnet.c127 get_netmask(uint32_t addr) function
H A Dconfigure.c548 net.s_addr = get_netmask(addr);
H A Dif-options.c326 net->s_addr = get_netmask(addr->s_addr);
/external/iproute2/lib/
H A Dutils.c62 static int get_netmask(unsigned *val, const char *arg, int base) function
367 if (get_netmask(&plen, slash+1, 0)

Completed in 344 milliseconds