Searched refs:ipv6_section (Results 1 – 1 of 1) sorted by relevance
1920 uint16_t ipv6_section; in hl7800_net_addr6_pton() local1934 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()