Functions | |
NIC_Res_t | nic_configure_resolver (NLH_t nh, IPaddr_list_t *dns_servers, char *search_list) |
NIC_Res_t | nic_set_hostname (NLH_t nh, char *hostname) |
NIC_Res_t | nic_configure (NLH_t nh, NIC_t nic, IPaddr_list_t *addresses, IProute_list_t *routes, IPaddr_list_t *dns_servers, char *search_list, char *host_name) |
NIC_Res_t nic_configure_resolver | ( | NLH_t | nh, | |
IPaddr_list_t * | dns_servers, | |||
char * | search_list | |||
) |
DNS resolv.conf configuration
Definition at line 3376 of file nic.c.
References nic_ip_address_s::nic_addr_s::addr, nic_ip_address_list_node_s::addr, ip_text_addr(), NIC_FAIL, NIC_OK, and nic_ip_address_s::nla.
Referenced by nic_configure().