Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
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, struct netif_hint *netif_hint);
74 err_t ip6_options_add_hbh_ra(struct pbuf * p, u8_t nexth, u8_t value);
Dip6_frag.h106 u8_t nexth; member
/third_party/lwip/src/core/ipv6/
Dip6.c513 const u8_t *nexth; local
701 nexth = &IP6H_NEXTH(ip6hdr);
710 while (*nexth != IP6_NEXTH_NONE)
712 switch (*nexth) {
724 nexth = &IP6_HBH_NEXTH(hbh_hdr);
814 nexth = &IP6_DEST_NEXTH(dest_hdr);
907 nexth = &IP6_ROUT_NEXTH(rout_hdr);
966 nexth = &IP6_FRAG_NEXTH(frag_hdr);
1013 nexth = &IP6H_NEXTH(ip6hdr);
1032 if (*nexth == IP6_NEXTH_HOPBYHOP) {
[all …]
Dip6_frag.c384 ipr->nexth = frag_hdr->_nexth; in ip6_reass()
628 iphdr_ptr->_nexth = ipr->nexth; in ip6_reass()
634 *ptr = ipr->nexth; in ip6_reass()
/third_party/lwip/src/include/lwip/prot/
Dip6.h108 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) argument
/third_party/libxml2/
Dvalid.c1944 cur = cur->nexth; in xmlScanIDAttributeDecl()
2187 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()
2196 if (tmp->nexth == NULL) in xmlAddAttributeDecl()
2198 tmp = tmp->nexth; in xmlAddAttributeDecl()
2201 ret->nexth = tmp->nexth; in xmlAddAttributeDecl()
2202 tmp->nexth = ret; in xmlAddAttributeDecl()
2204 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()
6389 attr = attr->nexth; in xmlValidateOneElement()
DSAX2.c1476 attr = attr->nexth; in xmlCheckDefaultedAttributes()
1543 attr = attr->nexth; in xmlCheckDefaultedAttributes()
/third_party/gettext/gnulib-local/lib/libxml/
Dvalid.c1901 cur = cur->nexth; in xmlScanIDAttributeDecl()
2144 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()
2153 if (tmp->nexth == NULL) in xmlAddAttributeDecl()
2155 tmp = tmp->nexth; in xmlAddAttributeDecl()
2158 ret->nexth = tmp->nexth; in xmlAddAttributeDecl()
2159 tmp->nexth = ret; in xmlAddAttributeDecl()
2161 ret->nexth = elemDef->attributes; in xmlAddAttributeDecl()
6354 attr = attr->nexth; in xmlValidateOneElement()
Dtree.in.h293 struct _xmlAttribute *nexth; /* next in hash table */ member
DSAX2.c1533 attr = attr->nexth; in xmlCheckDefaultedAttributes()
1600 attr = attr->nexth; in xmlCheckDefaultedAttributes()
/third_party/libxml2/include/libxml/
Dtree.h264 struct _xmlAttribute *nexth; /* next in hash table */ member
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle292 d nexth like(xmlAttributePtr) Next in hash table