Home
last modified time | relevance | path

Searched refs:icmp6hdr (Results 1 – 4 of 4) 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()
393 struct icmp6_hdr *icmp6hdr; in icmp6_send_response_with_addrs_and_netif() local
408 icmp6hdr = (struct icmp6_hdr *)q->payload; in icmp6_send_response_with_addrs_and_netif()
409 icmp6hdr->type = type; in icmp6_send_response_with_addrs_and_netif()
410 icmp6hdr->code = code; in icmp6_send_response_with_addrs_and_netif()
411 icmp6hdr->data = lwip_htonl(data); in icmp6_send_response_with_addrs_and_netif()
425 icmp6hdr->chksum = 0; in icmp6_send_response_with_addrs_and_netif()
428 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()
/third_party/lwip/
D0081-ip6-hdr.patch190 struct icmp6_hdr *icmp6hdr; /* Packet too big message */
199 icmp6hdr = (struct icmp6_hdr *)p->payload;
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h71380 struct icmp6hdr { struct
71564 struct icmp6hdr icmph;
88404 struct icmp6hdr icmph;
88677 struct icmp6hdr icmph;
88682 struct icmp6hdr icmph;
88728 struct icmp6hdr mld_hdr;
88741 struct icmp6hdr mld2r_hdr;
88746 struct icmp6hdr mld2q_hdr;