Searched refs:icmp6hdr (Results 1 – 4 of 4) sorted by relevance
85 struct icmp6_hdr *icmp6hdr; in icmp6_input() local100 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() local408 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()
897 struct icmp6_hdr *icmp6hdr; /* Packet too big message */ in nd6_input() local911 icmp6hdr = (struct icmp6_hdr *)p->payload; in nd6_input()927 pmtu = lwip_htonl(icmp6hdr->data); in nd6_input()
190 struct icmp6_hdr *icmp6hdr; /* Packet too big message */199 icmp6hdr = (struct icmp6_hdr *)p->payload;
71380 struct icmp6hdr { struct71564 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;