Searched refs:ip_addr_check (Results 1 – 2 of 2) sorted by relevance
45 ip_addr_check="$ip_addr_check_noprefix/128"49 ip_addr_check="$ip_addr_check_noprefix/24"155 ip addr show $iface1 | grep -q $ip_addr_check157 tst_res TPASS "'$ip_addr_check' configured by DHCPv$TST_IPVER"160 … tst_res TFAIL "'$ip_addr_check_noprefix' configured but has wrong prefix, expect '$ip_addr_check'"163 tst_res TFAIL "'$ip_addr_check' not configured by DHCPv$TST_IPVER"
257 static int ip_addr_check __P((u_int32_t, struct permitted_ip *));2007 ok = ip_addr_check(addr, addresses[unit]);2018 ip_addr_check(addr, addrs) in ip_addr_check() function