Home
last modified time | relevance | path

Searched defs:prefix_length (Results 1 – 2 of 2) sorted by relevance

/system/core/libnetutils/
Difc_utils.c61 in_addr_t prefixLengthToIpv4Netmask(int prefix_length) in prefixLengthToIpv4Netmask()
504 int ifc_act_on_ipv4_route(int action, const char *ifname, struct in_addr dst, int prefix_length, in ifc_act_on_ipv4_route()
820 int ifc_act_on_ipv6_route(int action, const char *ifname, struct in6_addr dst, int prefix_length, in ifc_act_on_ipv6_route()
867 int ifc_act_on_route(int action, const char *ifname, const char *dst, int prefix_length, in ifc_act_on_route()
939 int ifc_add_ipv4_route(const char *ifname, struct in_addr dst, int prefix_length, in ifc_add_ipv4_route()
950 int ifc_add_ipv6_route(const char *ifname, struct in6_addr dst, int prefix_length, in ifc_add_ipv6_route()
956 int ifc_add_route(const char *ifname, const char *dst, int prefix_length, const char *gw) in ifc_add_route()
963 int ifc_remove_route(const char *ifname, const char*dst, int prefix_length, const char *gw) in ifc_remove_route()
/system/netd/
DCommandListener.cpp260 int prefix_length = 0; in runCommand() local