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

/xnu-2422.115.4/bsd/netinet6/
H A Dmld6.h66 #define MLD_MINLEN sizeof(struct icmp6_hdr)
74 struct icmp6_hdr mld_icmp6_hdr; /* ICMPv6 header */
95 struct icmp6_hdr mld_icmp6_hdr;
98 /* overlaid on struct icmp6_hdr. */
H A Dip6protosw.h115 struct icmp6_hdr;
139 struct icmp6_hdr *ip6c_icmp6; /* icmp6 header of target packet */
H A Dicmp6.c285 struct icmp6_hdr *icmp6;
346 struct icmp6_hdr *icp;
349 IP6_EXTHDR_CHECK(m, 0, off + sizeof(struct icmp6_hdr), return);
350 icp = (struct icmp6_hdr *)(mtod(m, caddr_t) + off);
352 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off,
390 preplen = sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr);
406 icmp6 = (struct icmp6_hdr *)(nip6 + 1);
442 struct icmp6_hdr *icmp6, *nicmp6;
450 IP6_EXTHDR_CHECK(m, off, sizeof(struct icmp6_hdr), return IPPROTO_DONE);
462 if (icmp6len < sizeof(struct icmp6_hdr)) {
[all...]
H A Dmld6_var.h174 sizeof(struct icmp6_hdr))
H A Dip6_fw.c192 static int icmp6type_match __P((struct icmp6_hdr * icmp, struct ip6_fw * f));
257 icmp6type_match(struct icmp6_hdr *icmp6, struct ip6_fw *f)
278 const struct icmp6_hdr *icmp6;
281 icmp6 = (struct icmp6_hdr *)((caddr_t)ip6 + off);
423 struct icmp6_hdr *const icmp6 = (struct icmp6_hdr *) ((caddr_t) ip6+ off);
736 struct icmp6_hdr *icmp;
741 icmp = (struct icmp6_hdr *) ((caddr_t)ip6 + off);
H A Draw_ip6.c394 struct icmp6_hdr *icmp6;
395 if (m->m_len < sizeof(struct icmp6_hdr) &&
396 (m = m_pullup(m, sizeof(struct icmp6_hdr))) == NULL) {
400 icmp6 = mtod(m, struct icmp6_hdr *);
529 off = offsetof(struct icmp6_hdr, icmp6_cksum);
H A Dip6_input.c289 sizeof (struct icmp6_hdr)) <= _MHLEN);
H A Dip6_output.c2732 const int icmp6off = offsetof(struct icmp6_hdr, icmp6_cksum);
/xnu-2422.115.4/bsd/netinet/
H A Dicmp6.h99 - sizeof(struct icmp6_hdr) */
101 struct icmp6_hdr { struct
208 struct icmp6_hdr mld_icmp6_hdr;
237 struct icmp6_hdr nd_rs_hdr;
247 struct icmp6_hdr nd_ra_hdr;
276 struct icmp6_hdr nd_ns_hdr;
287 struct icmp6_hdr nd_na_hdr;
309 struct icmp6_hdr nd_rd_hdr;
395 struct icmp6_hdr icmp6_nl_hdr;
409 struct icmp6_hdr icmp6_ni_hd
[all...]
/xnu-2422.115.4/bsd/net/
H A Dpf.c6620 off + sizeof (struct icmp6_hdr));
6624 sizeof (struct icmp6_hdr),
6656 off + sizeof (struct icmp6_hdr));
6660 sizeof (struct icmp6_hdr),
6723 ipoff2 = off + sizeof (struct icmp6_hdr);
6885 sizeof (struct icmp6_hdr),
7010 sizeof (struct icmp6_hdr),
7079 struct icmp6_hdr iih;
7082 sizeof (struct icmp6_hdr), NULL, reason, pd2.af)) {
7120 sizeof (struct icmp6_hdr));
[all...]
H A Dpfvar.h1410 struct icmp6_hdr *icmp6;

Completed in 59 milliseconds