Searched refs:icmp6_hdr (Results 1 – 5 of 5) sorted by relevance
73 struct icmp6_hdr { struct180 struct icmp6_hdr mld_icmp6_hdr;209 struct icmp6_hdr nd_rs_hdr;219 struct icmp6_hdr nd_ra_hdr;248 struct icmp6_hdr nd_ns_hdr;259 struct icmp6_hdr nd_na_hdr;281 struct icmp6_hdr nd_rd_hdr;349 struct icmp6_hdr icmp6_nl_hdr;363 struct icmp6_hdr icmp6_ni_hdr;435 struct icmp6_hdr rr_hdr;
34 typedef NetBufferField<uint16, offsetof(icmp6_hdr, icmp6_cksum)> ICMP6ChecksumField;228 NetBufferHeaderReader<icmp6_hdr> bufferHeader(buffer); in icmp6_receive_data()232 icmp6_hdr &header = bufferHeader.Data(); in icmp6_receive_data()265 NetBufferHeaderReader<icmp6_hdr> header(reply); in icmp6_receive_data()
257 static void pr_icmph(struct icmp6_hdr *, u_char *);261 static int myechoreply(const struct icmp6_hdr *);1328 struct icmp6_hdr *icp; in pinger()1337 icp = (struct icmp6_hdr *)outpack; in pinger()1459 myechoreply(const struct icmp6_hdr *icp) in myechoreply()1564 struct icmp6_hdr *icp; in pr_pack()1593 if (cc < (int)sizeof(struct icmp6_hdr)) { in pr_pack()1602 icp = (struct icmp6_hdr *)buf; in pr_pack()2321 pr_icmph(struct icmp6_hdr *icp, u_char *end) in pr_icmph()
1325 && dataLength >= sizeof(struct icmp6_hdr)) { in ipv6_send_routed_data()1327 + offsetof(icmp6_hdr, icmp6_cksum)> in ipv6_send_routed_data()
787 NetBufferHeaderReader<icmp6_hdr> icmp6Header(buffer); in ndp_receive_data()