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

/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dlwtest.c320 int error_num; local
328 hp = getipnodebyname(name, af, flags, &error_num);
330 if (address == NULL && error_num == HOST_NOT_FOUND)
332 else if (error_num != HOST_NOT_FOUND) {
334 name, error_num);
417 int error_num; local
426 hp = getipnodebyaddr(addrbuf, len, af, &error_num);
429 if (name == NULL && error_num == HOST_NOT_FOUND)
431 else if (error_num != HOST_NOT_FOUND) {
433 address, error_num);
[all...]
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetipnode.c94 * lwres_getipnodebyaddr() set *error_num to an appropriate error code
199 lwres_getipnodebyname(const char *name, int af, int flags, int *error_num) { argument
215 *error_num = NO_RECOVERY;
234 *error_num = HOST_NOT_FOUND;
267 return (copyandmerge(&he, NULL, af, error_num));
272 *error_num = NO_RECOVERY;
283 *error_num = NO_RECOVERY;
290 *error_num = NO_RECOVERY;
305 *error_num = NO_RECOVERY;
310 *error_num
334 lwres_getipnodebyaddr(const void *src, size_t len, int af, int *error_num) argument
844 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) argument
[all...]

Completed in 11 milliseconds