Searched refs:ipv6_section (Results 1 – 1 of 1) sorted by relevance
1989 uint16_t ipv6_section; in hl7800_net_addr6_pton() local2003 ipv6_section = (uint16_t)strtol(src, NULL, 10); in hl7800_net_addr6_pton()2012 ipv6_section = (ipv6_section << 8) | (uint16_t)strtol(src, NULL, 10); in hl7800_net_addr6_pton()2013 UNALIGNED_PUT(htons(ipv6_section), &dst->s6_addr16[i]); in hl7800_net_addr6_pton()