Home
last modified time | relevance | path

Searched refs:IPV6_FRAG_SRC (Results 1 - 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dip6_frag.h80 #define IPV6_FRAG_SRC(ipr) ((ipr)->src) macro
83 #define IPV6_FRAG_SRC(ipr) ((ipr)->iphdr->src) macro
/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c195 ip6_addr_copy_from_packed(src_addr, IPV6_FRAG_SRC(ipr)); in ip6_reass_free_complete_datagram()
343 ip6_addr_cmp_packed(ip6_current_src_addr(), &(IPV6_FRAG_SRC(ipr)), ipr->src_zone) && in ip6_reass()

Completed in 2 milliseconds