Searched defs:prefix_str (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drpz.c787 const char *prefix_str, *cp, *end; local
818 prefix_str = ip_str;
820 prefix_num = strtoul(prefix_str, &cp2, 10);
829 "; invalid prefix length of ", prefix_str);
841 "; invalid IPv4 prefix length of ", prefix_str);
914 "; too small prefix length of ", prefix_str);

Completed in 17 milliseconds