Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Ddhcp6.c542 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()
/third_party/lwip/src/include/lwip/prot/
Dip6.h55 struct ip6_addr_packed { struct
62 typedef struct ip6_addr_packed ip6_addr_p_t;