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.c961 struct ip6_rout_hdr *rout_hdr; local
964 rout_hdr = (struct ip6_rout_hdr *)p->payload;
967 nexth = &IP6_ROUT_NEXTH(rout_hdr);
970 hlen = 8 * (1 + rout_hdr->_hlen);
987 if (IP6_ROUT_SEG_LEFT(rout_hdr)) {
989 if (rout_hdr->_hlen & 0x1) {
991 icmp6_param_problem(p, ICMP6_PP_FIELD, &rout_hdr->_hlen);
998 switch (IP6_ROUT_TYPE(rout_hdr))
1007 icmp6_param_problem(p, ICMP6_PP_FIELD, &IP6_ROUT_TYPE(rout_hdr));