Searched refs:IP6_EXTHDR_GET (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Ddest6.c74 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts));
84 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
H A Droute6.c79 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
106 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, rhlen);
H A Dicmp6.c281 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off,
400 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeof(*icmp6));
580 IP6_EXTHDR_GET(nicmp6, struct icmp6_hdr *, n, off,
873 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
910 IP6_EXTHDR_GET(eh, struct ip6_ext *, m,
939 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
964 IP6_EXTHDR_GET(rth0,
988 IP6_EXTHDR_GET(fh, struct ip6_frag *, m,
1023 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
1191 IP6_EXTHDR_GET(ni
[all...]
H A Dah_input.c130 IP6_EXTHDR_GET(ah, struct ah *, m, off, sizeof(struct newah));
239 IP6_EXTHDR_GET(ah, struct ah *, m, off,
580 IP6_EXTHDR_GET(ah, struct ah *, m, off, sizeof(struct newah));
664 IP6_EXTHDR_GET(ah, struct ah *, m, off,
H A Dmld6.c208 IP6_EXTHDR_GET(mldh, struct mld6_hdr *, m, off, sizeof(*mldh));
H A Dip6_input.c817 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
1056 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
1063 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
H A Desp_input.c587 IP6_EXTHDR_GET(esp, struct esp *, m, off, ESPMAXLEN);
745 IP6_EXTHDR_GET(esp, struct esp *, m, off, esplen + ivlen);
H A Dnd6_nbr.c119 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
577 IP6_EXTHDR_GET(nd_na, struct nd_neighbor_advert *, m, off, icmp6len);
H A Dfrag6.c160 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
H A Dnd6_rtr.c184 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len);
276 IP6_EXTHDR_GET(nd_ra, struct nd_router_advert *, m, off, icmp6len);
H A Dip6_mroute.c1694 IP6_EXTHDR_GET(pim, struct pim *, m, off, minlen);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h288 * IP6_EXTHDR_GET ensures that intermediate protocol header (from "off" to
297 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ macro

Completed in 62 milliseconds