Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c1920 uint16_t ipv6_section; in hl7800_net_addr6_pton() local
1934 ipv6_section = (uint16_t)strtol(src, NULL, 10); in hl7800_net_addr6_pton()
1940 ipv6_section = (ipv6_section << 8) | (uint16_t)strtol(src, NULL, 10); in hl7800_net_addr6_pton()
1941 UNALIGNED_PUT(htons(ipv6_section), &dst->s6_addr16[i]); in hl7800_net_addr6_pton()