Searched refs:ip6hdr (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ |
A D | lowpan6.c | 261 struct ip6_hdr *ip6hdr; in lowpan6_frag() local 300 if (IP6H_FL(ip6hdr) == 0) { in lowpan6_frag() 703 struct ip6_hdr *ip6hdr; in lowpan6_decompress() local 741 IP6H_NEXTH_SET(ip6hdr, 0); in lowpan6_decompress() 764 ip6hdr->src.addr[1] = 0; in lowpan6_decompress() 769 ip6hdr->src.addr[1] = 0; in lowpan6_decompress() 776 ip6hdr->src.addr[1] = 0; in lowpan6_decompress() 791 ip6hdr->src.addr[0] = 0; in lowpan6_decompress() 792 ip6hdr->src.addr[1] = 0; in lowpan6_decompress() 793 ip6hdr->src.addr[2] = 0; in lowpan6_decompress() [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6.c | 396 struct ip6_hdr *ip6hdr = NULL; in ip6_input() local 410 if (IP6H_V(ip6hdr) != 6) { in ip6_input() 412 IP6H_V(ip6hdr))); in ip6_input() 561 ip6_forward(p, ip6hdr, inp); in ip6_input() 572 nexth = IP6H_NEXTH(ip6hdr); in ip6_input() 699 nexth = IP6H_NEXTH(ip6hdr); in ip6_input() 842 struct ip6_hdr *ip6hdr; in ip6_output_if_src() local 860 IP6H_HOPLIM_SET(ip6hdr, hl); in ip6_output_if_src() 861 IP6H_NEXTH_SET(ip6hdr, nexth); in ip6_output_if_src() 939 struct ip6_hdr *ip6hdr; in ip6_output() local [all …]
|
A D | icmp6.c | 278 struct ip6_hdr *ip6hdr; in icmp6_send_response() local 307 ip6hdr = (struct ip6_hdr *)p->payload; in icmp6_send_response() 309 ip6_addr_copy(reply_dest_local, ip6hdr->src); in icmp6_send_response() 310 ip6_addr_copy(reply_src_local, ip6hdr->dest); in icmp6_send_response()
|
A D | ip6_frag.c | 658 struct ip6_hdr *ip6hdr; in ip6_frag() local 702 ip6hdr = (struct ip6_hdr *)rambuf->payload; in ip6_frag() 754 IP6H_NEXTH_SET(ip6hdr, IP6_NEXTH_FRAGMENT); in ip6_frag() 755 IP6H_PLEN_SET(ip6hdr, cop + IP6_FRAG_HLEN); in ip6_frag()
|
A D | nd6.c | 639 struct ip6_hdr *ip6hdr; /* IPv6 header of the packet which caused the error */ in nd6_input() local 652 ip6hdr = (struct ip6_hdr *)((u8_t*)p->payload + sizeof(struct icmp6_hdr)); in nd6_input() 655 ip6_addr_set(ip6_current_src_addr(), &(ip6hdr->dest)); in nd6_input() 1816 struct ip6_hdr *ip6hdr; in nd6_send_q() local 1833 ip6hdr = (struct ip6_hdr *)(q->p->payload); in nd6_send_q() 1835 ip6_addr_set(&dest, &(ip6hdr->dest)); in nd6_send_q() 1846 ip6hdr = (struct ip6_hdr *)(neighbor_cache[i].q->payload); in nd6_send_q() 1848 ip6_addr_set(&dest, &(ip6hdr->dest)); in nd6_send_q()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | raw.c | 142 struct ip6_hdr *ip6hdr = (struct ip6_hdr *)p->payload; in raw_input() local 143 proto = IP6H_NEXTH(ip6hdr); in raw_input()
|
Completed in 32 milliseconds