Searched refs:IP6_NEXTH_ICMP6 (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/core/ipv6/ |
D | icmp6.c | 104 if (ip6_chksum_pseudo(p, IP6_NEXTH_ICMP6, p->tot_len, ip6_current_src_addr(), in icmp6_input() 188 IP6_NEXTH_ICMP6, r->tot_len, reply_src, ip6_current_src_addr()); in icmp6_input() 195 LWIP_ICMP6_HL, 0, IP6_NEXTH_ICMP6, inp); in icmp6_input() 428 icmp6hdr->chksum = ip6_chksum_pseudo(q, IP6_NEXTH_ICMP6, q->tot_len, in icmp6_send_response_with_addrs_and_netif() 434 ip6_output_if(q, reply_src, reply_dest, LWIP_ICMP6_HL, 0, IP6_NEXTH_ICMP6, netif); in icmp6_send_response_with_addrs_and_netif()
|
D | ip6.c | 445 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) { 482 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) { 493 if (IP6H_NEXTH(iphdr) != IP6_NEXTH_ICMP6) { 1141 case IP6_NEXTH_ICMP6: 1157 (IP6H_NEXTH(ip6hdr) != IP6_NEXTH_ICMP6)) {
|
D | mld6.c | 647 mld_hdr->chksum = ip6_chksum_pseudo(p, IP6_NEXTH_ICMP6, p->len, 653 ip6_options_add_hbh_ra(p, IP6_NEXTH_ICMP6, IP6_ROUTER_ALERT_VALUE_MLD);
|
D | nd6.c | 1354 ns_hdr->chksum = ip6_chksum_pseudo(p, IP6_NEXTH_ICMP6, p->len, src_addr, 1362 ND6_HOPLIM, 0, IP6_NEXTH_ICMP6, netif); 1430 na_hdr->chksum = ip6_chksum_pseudo(p, IP6_NEXTH_ICMP6, p->len, src_addr, 1438 ND6_HOPLIM, 0, IP6_NEXTH_ICMP6, netif); 1497 rs_hdr->chksum = ip6_chksum_pseudo(p, IP6_NEXTH_ICMP6, p->len, src_addr, 1506 ND6_HOPLIM, 0, IP6_NEXTH_ICMP6, netif);
|
/third_party/lwip/src/include/lwip/prot/ |
D | ip6.h | 72 #define IP6_NEXTH_ICMP6 58 macro
|
/third_party/lwip/src/api/ |
D | api_msg.c | 666 … if (NETCONNTYPE_ISIPV6(msg->conn->type) && msg->conn->pcb.raw->protocol == IP6_NEXTH_ICMP6) {
|