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

/barrelfish-master/include/lwip2/lwip/
H A Dip6.h64 u8_t hl, u8_t tc, u8_t nexth);
66 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
68 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
71 u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint);
74 err_t ip6_options_add_hbh_ra(struct pbuf * p, u8_t nexth, u8_t value);
H A Dip6_frag.h86 u8_t nexth; member in struct:ip6_reassdata
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c395 u8_t nexth; local
574 nexth = IP6H_NEXTH(ip6hdr);
583 while (nexth != IP6_NEXTH_NONE)
585 switch (nexth) {
589 nexth = *((u8_t *)p->payload);
612 nexth = *((u8_t *)p->payload);
635 nexth = *((u8_t *)p->payload);
664 nexth = frag_hdr->_nexth;
701 nexth = IP6H_NEXTH(ip6hdr);
736 switch (nexth) {
817 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) argument
841 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) argument
938 ip6_output(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth) argument
996 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, u8_t *addr_hint) argument
1050 ip6_options_add_hbh_ra(struct pbuf *p, u8_t nexth, u8_t value) argument
[all...]
H A Dip6_frag.c350 /* copy the nexth field */
351 ipr->nexth = frag_hdr->_nexth;
572 * packet. Restore nexth. */
574 frag_hdr->_nexth = ipr->nexth;
/barrelfish-master/include/lwip2/lwip/prot/
H A Dip6.h162 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth)

Completed in 89 milliseconds