Searched refs:nxthdr (Results 1 - 8 of 8) sorted by relevance

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_ipv6.h30 #define HBH_LEN(hbh) ((((hbh->ext.hopbyhop.len + 1) << 3) - 2)) /* len in bytes, minus nxthdr and len byte */
40 uint8_t nxthdr; variable
52 uint8_t nxthdr; variable
107 uint8_t nxthdr; variable
H A Dpico_ipv6.c617 len = (uint8_t)(((destopt->ext.destopt.len + 1) << 3) - 2); /* len in bytes, minus nxthdr and len byte */
664 uint8_t nxthdr = hdr->nxthdr; local
667 switch (nxthdr) {
691 nxthdr = *(f->net_hdr + ptr);
710 uint8_t nxthdr = hdr->nxthdr; local
726 switch (nxthdr) {
793 pico_ipv6_process_frag(frag_hdr, f, nxthdr);
797 return nxthdr;
[all...]
H A Dpico_udp.c68 .src = {{0}}, .dst = {{0}}, .len = 0, .zero = {0}, .nxthdr = 0
89 pseudo.nxthdr = PICO_PROTO_UDP;
H A Dpico_6lowpan.c714 *nh = ((struct pico_ipv6_hdr *)f->net_hdr)->nxthdr;
906 *nh = ext->nxthdr;
1031 ext->nxthdr = nh;
1162 if (!hdr->nxthdr)
1163 hdr->nxthdr = nh;
1415 int32_t udp = (PICO_PROTO_UDP == ip->nxthdr);
H A Dpico_icmp6.c48 pseudo.nxthdr = PICO_PROTO_ICMP6;
H A Dpico_mld.c431 pseudo.nxthdr = PICO_PROTO_ICMP6;
H A Dpico_tcp.c472 pseudo.nxthdr = PICO_PROTO_TCP;
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_6lowpan.c331 uint8_t nxthdr = PICO_PROTO_UDP; local
339 ret = compressor_nh(&nxthdr, &comp, &iphc, NULL, NULL, NULL);
348 nxthdr = PICO_IPV6_EXTHDR_HOPBYHOP;
349 ret = compressor_nh(&nxthdr, &comp, &iphc, NULL, NULL, NULL);
358 nxthdr = PICO_IPV6_EXTHDR_ROUTING;
359 ret = compressor_nh(&nxthdr, &comp, &iphc, NULL, NULL, NULL);
368 nxthdr = PICO_IPV6_EXTHDR_FRAG;
369 ret = compressor_nh(&nxthdr, &comp, &iphc, NULL, NULL, NULL);
378 nxthdr = PICO_IPV6_EXTHDR_DESTOPT;
379 ret = compressor_nh(&nxthdr,
[all...]

Completed in 131 milliseconds