Lines Matching refs:error_num
320 int error_num;
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;
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);