Searched refs:ip6_addr_p_t (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ |
D | nd6.h | 58 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]);
|
D | ip6.h | 62 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);
|
D | mld6.h | 59 PACK_STRUCT_FLD_S(ip6_addr_p_t multicast_address);
|
/third_party/lwip/src/include/lwip/ |
D | ip6_frag.h | 95 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/ |
D | dns.c | 1417 … 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/ |
D | 0081-ip6-hdr.patch | 254 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/ |
D | nd6.c | 769 …= 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/ |
D | mdns.c | 560 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()
|