Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
H A 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 in icmp6_send_response_with_addrs_and_netif()
[all...]
H A 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()

Completed in 3 milliseconds