Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/include/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.h106 u8_t nexth; member
/minix/minix/lib/liblwip/dist/src/core/ipv6/
H A Dip6.c520 u8_t nexth; in ip6_input() local
701 nexth = IP6H_NEXTH(ip6hdr); in ip6_input()
710 while (nexth != IP6_NEXTH_NONE) in ip6_input()
712 switch (nexth) { in ip6_input()
731 nexth = *((u8_t *)p->payload); in ip6_input()
755 nexth = *((u8_t *)p->payload); in ip6_input()
810 nexth = frag_hdr->_nexth; in ip6_input()
830 nexth = IP6H_NEXTH(ip6hdr); in ip6_input()
865 switch (nexth) { in ip6_input()
1009 IP6H_NEXTH_SET(ip6hdr, nexth); in ip6_output_if_src()
[all …]
H A Dip6_frag.c370 ipr->nexth = frag_hdr->_nexth; in ip6_reass()
620 iphdr_ptr->_nexth = ipr->nexth; in ip6_reass()
626 *ptr = ipr->nexth; in ip6_reass()
/minix/sbin/rcorder/
H A Dhash.c183 struct Hash_Entry **hp, *h, *nexth; in Hash_DeleteTable() local
186 nexth = NULL; in Hash_DeleteTable()
188 for (h = *hp++; h != NULL; h = nexth) { in Hash_DeleteTable()
189 nexth = h->next; in Hash_DeleteTable()
/minix/minix/lib/liblwip/dist/src/include/lwip/prot/
H A Dip6.h162 #define IP6H_NEXTH_SET(hdr, nexth) (hdr)->_nexth = (nexth) argument
/minix/usr.bin/make/
H A Dhash.c177 struct Hash_Entry **hp, *h, *nexth = NULL; in Hash_DeleteTable() local
181 for (h = *hp++; h != NULL; h = nexth) { in Hash_DeleteTable()
182 nexth = h->next; in Hash_DeleteTable()