Searched refs:nexth (Results 1 – 9 of 9) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | ip6.h | 68 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);
|
D | ip6_frag.h | 106 u8_t nexth; member
|
/third_party/lwip/src/core/ipv6/ |
D | ip6.c | 565 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 == IP6_NEXTH_HOPBYHOP) { [all …]
|
D | ip6_frag.c | 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/ |
D | ip6.h | 108 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) argument
|
/third_party/libxml2/ |
D | valid.c | 1944 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()
|
D | SAX2.c | 1476 attr = attr->nexth; in xmlCheckDefaultedAttributes() 1543 attr = attr->nexth; in xmlCheckDefaultedAttributes()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 264 struct _xmlAttribute *nexth; /* next in hash table */ member
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 292 d nexth like(xmlAttributePtr) Next in hash table
|