Searched refs:icmp6_hdr (Results 1 – 17 of 17) 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()389 struct icmp6_hdr *icmp6hdr; in icmp6_send_response_with_addrs_and_netif()394 q = pbuf_alloc(PBUF_IP, sizeof(struct icmp6_hdr) + datalen, in icmp6_send_response_with_addrs_and_netif()402 (q->len >= (sizeof(struct icmp6_hdr)))); in icmp6_send_response_with_addrs_and_netif()404 icmp6hdr = (struct icmp6_hdr *)q->payload; in icmp6_send_response_with_addrs_and_netif()410 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()
96 struct icmp6_hdr ic6; in ic6_send1()141 struct icmp6_hdr *pic6 = (struct icmp6_hdr *)rbuf; in ic6_recv1()
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
141 struct icmp6_hdr hdr;
368 ip6_psize = sizeof(struct icmp6_hdr) /* ICMP header */ in create_echo_request()
58 struct icmp6_hdr { struct
381 struct icmp6_hdr *ricmp = (struct icmp6_hdr *) toybuf; in do_trace()