Searched defs:ip6_reassdata (Results 1 – 2 of 2) sorted by relevance
90 struct ip6_reassdata { struct91 struct ip6_reassdata *next; argument92 struct pbuf *p;95 ip6_addr_p_t src; /* copy of the source address in the IP header */99 u8_t orig_hdr[sizeof(struct ip6_frag_hdr) + sizeof(void*)];102 u8_t orig_hdr[sizeof(struct ip6_frag_hdr)];104 u32_t identification;105 u16_t datagram_len;106 u8_t nexth;107 u8_t timer;[all …]
80 struct ip6_reassdata { struct81 struct ip6_reassdata *next; argument82 struct pbuf *p;83 struct ip6_hdr IPV6_FRAG_HDRPTR iphdr;84 u32_t identification;85 u16_t datagram_len;86 u8_t nexth;87 u8_t timer;
Completed in 10 milliseconds