|
iPXE
|
Standalone name resolution. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| int | nslookup (const char *name, const char *setting_name) |
| Perform (blocking) standalone name resolution. More... | |
Standalone name resolution.
Definition in file nslookup.h.
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
| int nslookup | ( | const char * | name, |
| const char * | setting_name | ||
| ) |
Perform (blocking) standalone name resolution.
| name | Name to resolve |
| setting_name | Setting name |
| rc | Return status code |
Definition at line 191 of file nslookup.c.
References monojob, monojob_wait(), name, NULL, printf(), rc, resolv_setting(), setting_name(), and strerror().
Referenced by resolv_setting().
1.8.15