Searched refs:icmp6_hdr (Results 1 – 16 of 16) sorted by relevance
24 struct icmp6_hdr { struct95 struct icmp6_hdr nd_rs_hdr;104 struct icmp6_hdr nd_ra_hdr;120 struct icmp6_hdr nd_ns_hdr;130 struct icmp6_hdr nd_na_hdr;149 struct icmp6_hdr nd_rd_hdr;202 struct icmp6_hdr mld_icmp6_hdr;215 struct icmp6_hdr rr_hdr;
85 struct icmp6_hdr *icmp6hdr; in icmp6_input()92 if (p->len < sizeof(struct icmp6_hdr)) { in icmp6_input()100 icmp6hdr = (struct icmp6_hdr *)p->payload; in icmp6_input()393 struct icmp6_hdr *icmp6hdr; in icmp6_send_response_with_addrs_and_netif()398 q = pbuf_alloc(PBUF_IP, sizeof(struct icmp6_hdr) + datalen, in icmp6_send_response_with_addrs_and_netif()406 (q->len >= (sizeof(struct icmp6_hdr)))); in icmp6_send_response_with_addrs_and_netif()408 icmp6hdr = (struct icmp6_hdr *)q->payload; in icmp6_send_response_with_addrs_and_netif()414 offset = sizeof(struct icmp6_hdr); in icmp6_send_response_with_addrs_and_netif()
897 struct icmp6_hdr *icmp6hdr; /* Packet too big message */ in nd6_input()903 if (p->len < (sizeof(struct icmp6_hdr) + IP6_HLEN)) { in nd6_input()911 icmp6hdr = (struct icmp6_hdr *)p->payload; in nd6_input()912 ip6hdr = (struct ip6_hdr *)((u8_t*)p->payload + sizeof(struct icmp6_hdr)); in nd6_input()
92 struct icmp6_hdr ic6; in ic6_send()127 struct icmp6_hdr *pic6 = (struct icmp6_hdr *)rbuf; in ic6_recv()
29 struct icmp6_hdr icmp6h;107 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr)) in handle_ndisc()
33 typedef struct icmp6_hdr icmp_t;
138 struct icmp6_hdr { struct
190 struct icmp6_hdr *icmp6hdr; /* Packet too big message */199 icmp6hdr = (struct icmp6_hdr *)p->payload;200 - ip6hdr = (struct ip6_hdr *)((u8_t*)p->payload + sizeof(struct icmp6_hdr));201 + ip6hdr = (struct ip6hdr *)((u8_t*)p->payload + sizeof(struct icmp6_hdr));
141 struct icmp6_hdr hdr;
368 ip6_psize = sizeof(struct icmp6_hdr) /* ICMP header */ in create_echo_request()
381 struct icmp6_hdr *ricmp = (struct icmp6_hdr *) toybuf; in do_trace()