Searched refs:icmp6_hdr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6protosw.h89 struct icmp6_hdr;
113 struct icmp6_hdr *ip6c_icmp6; /* icmp6 header of target packet */
H A Dicmp6.c222 struct icmp6_hdr *icmp6;
275 struct icmp6_hdr *icp;
278 IP6_EXTHDR_CHECK(m, 0, off + sizeof(struct icmp6_hdr), return);
279 icp = (struct icmp6_hdr *)(mtod(m, caddr_t) + off);
281 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off,
319 preplen = sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr);
337 icmp6 = (struct icmp6_hdr *)(nip6 + 1);
373 struct icmp6_hdr *icmp6, *nicmp6;
379 IP6_EXTHDR_CHECK(m, off, sizeof(struct icmp6_hdr), return IPPROTO_DONE);
389 if (icmp6len < sizeof(struct icmp6_hdr)) {
[all...]
H A Draw_ip6.c321 struct icmp6_hdr *icmp6;
322 if (m->m_len < sizeof(struct icmp6_hdr) &&
323 (m = m_pullup(m, sizeof(struct icmp6_hdr))) == NULL) {
327 icmp6 = mtod(m, struct icmp6_hdr *);
409 off = offsetof(struct icmp6_hdr, icmp6_cksum);
H A Dip6_fw.c192 static int icmp6type_match __P((struct icmp6_hdr * icmp, struct ip6_fw * f));
254 icmp6type_match(struct icmp6_hdr *icmp6, struct ip6_fw *f)
275 const struct icmp6_hdr *icmp6;
278 icmp6 = (struct icmp6_hdr *)((caddr_t)ip6 + off);
416 struct icmp6_hdr *const icmp6 = (struct icmp6_hdr *) ((caddr_t) ip6+ off);
729 struct icmp6_hdr *icmp;
734 icmp = (struct icmp6_hdr *) ((caddr_t)ip6 + off);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dicmp6.h99 - sizeof(struct icmp6_hdr) */
101 struct icmp6_hdr { struct
195 struct icmp6_hdr mld6_hdr;
210 struct icmp6_hdr nd_rs_hdr;
220 struct icmp6_hdr nd_ra_hdr;
249 struct icmp6_hdr nd_ns_hdr;
260 struct icmp6_hdr nd_na_hdr;
282 struct icmp6_hdr nd_rd_hdr;
350 struct icmp6_hdr icmp6_nl_hdr;
364 struct icmp6_hdr icmp6_ni_hd
[all...]

Completed in 52 milliseconds