Home
last modified time | relevance | path

Searched refs:IP6_NEXTH_ICMP6 (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dicmp6.c104 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()
Dip6.c445 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)) {
Dmld6.c647 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);
Dnd6.c1354 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/
Dip6.h72 #define IP6_NEXTH_ICMP6 58 macro
/third_party/lwip/src/api/
Dapi_msg.c666 … if (NETCONNTYPE_ISIPV6(msg->conn->type) && msg->conn->pcb.raw->protocol == IP6_NEXTH_ICMP6) {