Home
last modified time | relevance | path

Searched defs:nexth (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dip6.c513 const u8_t *nexth; local
1151 u8_t nexth, struct netif *netif)
1175 u8_t nexth, struct netif *netif)
1292 u8_t hl, u8_t tc, u8_t nexth)
1350 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint)
1403 ip6_options_add_hbh_ra(struct pbuf *p, u8_t nexth, u8_t value)
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dip6_frag.h106 u8_t nexth; member
/btstack/3rd-party/lwip/core/src/include/lwip/prot/
H A Dip6.h108 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) argument