Searched defs:nexth (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6.c422 u8_t nexth; local
604 nexth = IP6H_NEXTH(ip6hdr);
613 while (nexth != IP6_NEXTH_NONE)
615 switch (nexth) {
619 nexth = *((u8_t *)p->payload);
642 nexth = *((u8_t *)p->payload);
665 nexth = *((u8_t *)p->payload);
694 nexth = frag_hdr->_nexth;
733 nexth = IP6H_NEXTH(ip6hdr);
767 switch (nexth) {
889 ip6_output_if(struct pbuf *p, ip6_addr_t *src, ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif *netif) argument
992 ip6_output(struct pbuf *p, ip6_addr_t *src, ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth) argument
1052 ip6_output_hinted(struct pbuf *p, ip6_addr_t *src, ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, u8_t *addr_hint) argument
1108 ip6_options_add_hbh_ra(struct pbuf * p, u8_t nexth, u8_t value) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h223 struct _xmlAttribute *nexth; /* next in hash table */ member in struct:_xmlAttribute

Completed in 77 milliseconds