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

/bind-9.11.3/bin/delv/
H A Ddelv.c144 get_reverse(char *reverse, size_t len, char *value, isc_boolean_t strict);
1525 get_reverse(char *reverse, size_t len, char *value, isc_boolean_t strict) { argument
1548 * If 'strict' is not set, construct the
1556 if (strict && inet_pton(AF_INET, value, &addr.type.in) != 1)
/bind-9.11.3/bin/dig/
H A Ddighost.c501 isc_boolean_t strict)
527 * If 'strict' is not set, construct the
535 if (strict && inet_pton(AF_INET, value, &addr.type.in) != 1)
500 get_reverse(char *reverse, size_t len, char *value, isc_boolean_t ip6_int, isc_boolean_t strict) argument

Completed in 29 milliseconds