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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Ddest6.c70 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts));
80 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
H A Droute6.c111 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
H A Dicmp6.c352 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off,
470 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeof(*icmp6));
674 IP6_EXTHDR_GET(nicmp6, struct icmp6_hdr *, n, off,
926 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
963 IP6_EXTHDR_GET(eh, struct ip6_ext *, m,
992 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
1017 IP6_EXTHDR_GET(rth0,
1041 IP6_EXTHDR_GET(fh, struct ip6_frag *, m,
1076 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
1233 IP6_EXTHDR_GET(ni
[all...]
H A Dah_input.c164 IP6_EXTHDR_GET(ah, struct ah *, m, off, sizeof(struct newah));
276 IP6_EXTHDR_GET(ah, struct ah *, m, off,
643 IP6_EXTHDR_GET(ah, struct ah *, m, off, sizeof(struct newah));
731 IP6_EXTHDR_GET(ah, struct ah *, m, off,
H A Dip6_input.c979 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
1327 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof (struct ip6_hdr),
1334 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof (struct ip6_hdr),
H A Desp_input.c752 IP6_EXTHDR_GET(esp, struct esp *, m, off, ESPMAXLEN);
916 IP6_EXTHDR_GET(esp, struct esp *, m, off, esplen + ivlen);
H A Dnd6_nbr.c280 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
881 IP6_EXTHDR_GET(nd_na, struct nd_neighbor_advert *, m, off, icmp6len);
H A Dfrag6.c305 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
H A Dip6_mroute.c1732 IP6_EXTHDR_GET(pim, struct pim *, m, off, minlen);
H A Dnd6_rtr.c323 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len);
437 IP6_EXTHDR_GET(nd_ra, struct nd_router_advert *, m, off, icmp6len);
H A Dmld6.c1489 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip6.h339 * IP6_EXTHDR_GET ensures that intermediate protocol header (from "off" to
346 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ macro

Completed in 298 milliseconds