Home
last modified time | relevance | path

Searched refs:nexth (Results 1 - 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dip6.h68 u8_t hl, u8_t tc, u8_t nexth);
70 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
72 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
75 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint);
78 err_t ip6_options_add_hbh_ra(struct pbuf * p, u8_t nexth, u8_t value);
H A Dip6_frag.h106 u8_t nexth; member
/third_party/lwip/src/core/ipv6/
H A Dip6.c565 const u8_t *nexth; local
761 nexth = &IP6H_NEXTH(ip6hdr);
770 while (*nexth != IP6_NEXTH_NONE)
772 switch (*nexth) {
784 nexth = &IP6_HBH_NEXTH(hbh_hdr);
874 nexth = &IP6_DEST_NEXTH(dest_hdr);
967 nexth = &IP6_ROUT_NEXTH(rout_hdr);
1026 nexth = &IP6_FRAG_NEXTH(frag_hdr);
1073 nexth = &IP6H_NEXTH(ip6hdr);
1092 if (*nexth
1209 ip6_output_if(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif *netif) global() argument
1233 ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif *netif) global() argument
1351 ip6_output(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth) global() argument
1422 ip6_output_hinted(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint) global() argument
1477 ip6_options_add_hbh_ra(struct pbuf *p, u8_t nexth, u8_t value) global() argument
[all...]
H A Dip6_frag.c403 /* copy the nexth field */ in ip6_reass()
404 ipr->nexth = frag_hdr->_nexth; in ip6_reass()
648 iphdr_ptr->_nexth = ipr->nexth; in ip6_reass()
654 *ptr = ipr->nexth; in ip6_reass()
/third_party/lwip/src/include/lwip/prot/
H A Dip6.h108 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth)

Completed in 5 milliseconds