Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/ipv6/
A Dip6.c905 struct ip6_rout_hdr *rout_hdr; local
908 rout_hdr = (struct ip6_rout_hdr *)p->payload;
911 nexth = &IP6_ROUT_NEXTH(rout_hdr);
914 hlen = 8 * (1 + rout_hdr->_hlen);
931 if (IP6_ROUT_SEG_LEFT(rout_hdr)) {
933 if (rout_hdr->_hlen & 0x1) {
935 icmp6_param_problem(p, ICMP6_PP_FIELD, &rout_hdr->_hlen);
942 switch (IP6_ROUT_TYPE(rout_hdr))
951 icmp6_param_problem(p, ICMP6_PP_FIELD, &IP6_ROUT_TYPE(rout_hdr));

Completed in 6 milliseconds