Home
last modified time | relevance | path

Searched refs:rawIP (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dudhcpc_netlink.c100 if (profile->rawIP && profile->ipv4.Address && profile->ipv4.Mtu) in udhcpc_start()
H A Dudhcpc.c480 if (profile->rawIP && profile->ipv4.Address && profile->ipv4.Mtu) { in udhcpc_start()
520 if (profile->rawIP != 0) //mdm9x07/ec25,ec20 R2.0 in udhcpc_start()
H A DQMIThread.h191 int rawIP; member
H A DQMIThread.c685 profile->rawIP = 1; in requestSetEthMode()
686 s_9x07 = profile->rawIP; in requestSetEthMode()
734 profile->rawIP = (le32_to_cpu(linkProto->Value) == 2); in requestSetEthMode()
735 s_9x07 = profile->rawIP; //MDM90x7 only support RAW IP, do not support Eth in requestSetEthMode()