Searched refs:ip6_addr_packed (Results 1 – 2 of 2) sorted by relevance
542 n++, idx += sizeof(struct ip6_addr_packed)) { in dhcp6_handle_config_reply()543 u16_t copied = pbuf_copy_partial(p_msg_in, dns_addr6, sizeof(struct ip6_addr_packed), idx); in dhcp6_handle_config_reply()544 if (copied != sizeof(struct ip6_addr_packed)) { in dhcp6_handle_config_reply()565 n++, idx += sizeof(struct ip6_addr_packed)) { in dhcp6_handle_config_reply()569 copied = pbuf_copy_partial(p_msg_in, ntp_addr6, sizeof(struct ip6_addr_packed), idx); in dhcp6_handle_config_reply()570 if (copied != sizeof(struct ip6_addr_packed)) { in dhcp6_handle_config_reply()
55 struct ip6_addr_packed { struct62 typedef struct ip6_addr_packed ip6_addr_p_t;