Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dnd6.h58 PACK_STRUCT_FLD_S(ip6_addr_p_t target_address);
77 PACK_STRUCT_FLD_S(ip6_addr_p_t target_address);
144 PACK_STRUCT_FLD_S(ip6_addr_p_t target_address);
145 PACK_STRUCT_FLD_S(ip6_addr_p_t destination_address);
189 PACK_STRUCT_FLD_S(ip6_addr_p_t prefix);
243 PACK_STRUCT_FLD_S(ip6_addr_p_t prefix);
261 PACK_STRUCT_FLD_S(ip6_addr_p_t rdnss_address[1]);
Dip6.h62 typedef struct ip6_addr_packed ip6_addr_p_t; typedef
92 PACK_STRUCT_FLD_S(ip6_addr_p_t src);
93 PACK_STRUCT_FLD_S(ip6_addr_p_t dest);
Dmld6.h59 PACK_STRUCT_FLD_S(ip6_addr_p_t multicast_address);
/third_party/lwip/src/include/lwip/
Dip6_frag.h95 ip6_addr_p_t src; /* copy of the source address in the IP header */
96 ip6_addr_p_t dest; /* copy of the destination address in the IP header */
/third_party/lwip/src/core/
Ddns.c1417 … if ((ans.type == PP_HTONS(DNS_RRTYPE_AAAA)) && (ans.len == PP_HTONS(sizeof(ip6_addr_p_t)))) { in dns_recv()
1422 ip6_addr_p_t ip6addr; in dns_recv()
1424 … if (pbuf_copy_partial(p, &ip6addr, sizeof(ip6_addr_p_t), res_idx) != sizeof(ip6_addr_p_t)) { in dns_recv()
/third_party/lwip/
D0081-ip6-hdr.patch254 ip6_addr_p_t src; /* copy of the source address in the IP header */
255 ip6_addr_p_t dest; /* copy of the destination address in the IP header */
/third_party/lwip/src/core/ipv6/
Dnd6.c769 …= 0; (rdnss_server_idx < DNS_MAX_SERVERS) && (n < num); n++, copy_offset += sizeof(ip6_addr_p_t)) { in nd6_input()
773 …if (pbuf_copy_partial(p, &rdnss_address, sizeof(ip6_addr_p_t), copy_offset) == sizeof(ip6_addr_p_t in nd6_input()
/third_party/lwip/src/apps/mdns/
Dmdns.c560 for (i = sizeof(ip6_addr_p_t) - 1; i >= 0; i--) { in mdns_build_reverse_v6_domain()
1199 …OST(netif))->dns_ttl, (const u8_t *) netif_ip6_addr(netif, addrindex), sizeof(ip6_addr_p_t), NULL); in mdns_add_aaaa_answer()
1681 if (ans.rd_length == sizeof(ip6_addr_p_t) && in mdns_handle_question()