Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dhl7800.c5855 bool restore_on_boot = false; in configure_TCP_socket() local
5858 restore_on_boot = true; in configure_TCP_socket()
5874 hl7800_sprint_ip_addr(&sock->dst), dst_port, af, restore_on_boot); in configure_TCP_socket()
5891 bool restore_on_boot = false; in configure_UDP_socket() local
5894 restore_on_boot = true; in configure_UDP_socket()
5907 snprintk(cmd, sizeof(cmd), "AT+KUDPCFG=1,0,,,,,%d,%d", af, restore_on_boot); in configure_UDP_socket()