OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inet_ntocidr
(Results
1 - 6
of
6
) sorted by null
/external/dhcpcd/
configure.c
446
addr,
inet_ntocidr
(rt->net));
456
addr,
inet_ntocidr
(rt->net), inet_ntoa(rt->gate));
765
inet_ntocidr
(iface->net));
802
inet_ntocidr
(lease->net));
net.h
106
int
inet_ntocidr
(struct in_addr);
if-linux.c
514
nlm->ifa.ifa_prefixlen =
inet_ntocidr
(*netmask);
575
nlm->rt.rtm_dst_len =
inet_ntocidr
(rt->net);
dhcp.c
1420
i =
inet_ntocidr
(net);
1421
snprintf(cidr, sizeof(cidr), "%d",
inet_ntocidr
(net));
[
all
...]
net.c
93
inet_ntocidr
(struct in_addr address)
function
dhcpcd.c
[
all
...]
Completed in 91 milliseconds