Home
last modified time | relevance | path

Searched refs:update_resolv_conf (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dudhcpc.c321 update_resolv_conf(4, ifname, d1, d2); in update_ip_address_by_qmi()
337 update_resolv_conf(6, ifname, d1, d2); in update_ip_address_by_qmi()
628 update_resolv_conf(6, ifname, profile->ipv6.DnsPrimary[0] ? dns1str : NULL, in udhcpc_start()
H A DQMIThread.h323 extern void update_resolv_conf(int iptype, const char *ifname, const char *dns1, const char *dns2);
H A Dutil.c237 void update_resolv_conf(int iptype, const char *ifname, const char *dns1, const char *dns2) { in update_resolv_conf() function