Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dip6.c901 struct ip6_rout_hdr *rout_hdr; local
904 rout_hdr = (struct ip6_rout_hdr *)p->payload;
907 nexth = &IP6_ROUT_NEXTH(rout_hdr);
910 hlen = 8 * (1 + rout_hdr->_hlen);
927 if (IP6_ROUT_SEG_LEFT(rout_hdr)) {
929 if (rout_hdr->_hlen & 0x1) {
931 icmp6_param_problem(p, ICMP6_PP_FIELD, &rout_hdr->_hlen);
938 switch (IP6_ROUT_TYPE(rout_hdr))
947 icmp6_param_problem(p, ICMP6_PP_FIELD, &IP6_ROUT_TYPE(rout_hdr));