Home
last modified time | relevance | path

Searched refs:rprefix (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/lib/
Dtst_net_vars.c514 int rprefix) in get_ipv4_info() argument
520 rprefix_round = round_down_prefix(rprefix, 0); in get_ipv4_info()
526 vars.ipv4_rbroadcast = get_ipv4_broadcast(rip, rprefix); in get_ipv4_info()
529 vars.ipv4_rnetmask = get_ipv4_netmask(rprefix); in get_ipv4_info()
541 int lprefix, int rprefix) in get_ipv6_info() argument
547 rprefix_round = round_down_prefix(rprefix, 1); in get_ipv6_info()
553 vars.ipv6_rnetmask = get_ipv6_netmask(rprefix); in get_ipv6_info()
590 int is_ipv6, lprefix, rprefix, tmp; in main() local
606 rprefix = get_prefix(rip_str, is_ipv6); in main()
624 check_prefix_range(rprefix, is_ipv6, 0); in main()
[all …]