Home
last modified time | relevance | path

Searched refs:icmp6hdr (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dicmp6.c85 struct icmp6_hdr *icmp6hdr; in icmp6_input() local
100 icmp6hdr = (struct icmp6_hdr *)p->payload; in icmp6_input()
115 switch (icmp6hdr->type) { in icmp6_input()
389 struct icmp6_hdr *icmp6hdr; in icmp6_send_response_with_addrs_and_netif() local
404 icmp6hdr = (struct icmp6_hdr *)q->payload; in icmp6_send_response_with_addrs_and_netif()
405 icmp6hdr->type = type; in icmp6_send_response_with_addrs_and_netif()
406 icmp6hdr->code = code; in icmp6_send_response_with_addrs_and_netif()
407 icmp6hdr->data = lwip_htonl(data); in icmp6_send_response_with_addrs_and_netif()
421 icmp6hdr->chksum = 0; in icmp6_send_response_with_addrs_and_netif()
424 icmp6hdr->chksum = ip6_chksum_pseudo(q, IP6_NEXTH_ICMP6, q->tot_len, in icmp6_send_response_with_addrs_and_netif()
Dnd6.c897 struct icmp6_hdr *icmp6hdr; /* Packet too big message */ in nd6_input() local
911 icmp6hdr = (struct icmp6_hdr *)p->payload; in nd6_input()
927 pmtu = lwip_htonl(icmp6hdr->data); in nd6_input()