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

/darwin-on-arm/xnu/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.c117 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
144 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, rhlen);
H A Dicmp6.c346 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off,
494 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeof(*icmp6));
667 IP6_EXTHDR_GET(nicmp6, struct icmp6_hdr *, n, off,
967 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
1004 IP6_EXTHDR_GET(eh, struct ip6_ext *, m,
1033 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
1058 IP6_EXTHDR_GET(rth0,
1082 IP6_EXTHDR_GET(fh, struct ip6_frag *, m,
1117 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
1274 IP6_EXTHDR_GET(ni
[all...]
H A Dah_input.c166 IP6_EXTHDR_GET(ah, struct ah *, m, off, sizeof(struct newah));
277 IP6_EXTHDR_GET(ah, struct ah *, m, off,
642 IP6_EXTHDR_GET(ah, struct ah *, m, off, sizeof(struct newah));
729 IP6_EXTHDR_GET(ah, struct ah *, m, off,
H A Dip6_input.c980 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
1264 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
1271 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
H A Dfrag6.c192 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
H A Desp_input.c751 IP6_EXTHDR_GET(esp, struct esp *, m, off, ESPMAXLEN);
914 IP6_EXTHDR_GET(esp, struct esp *, m, off, esplen + ivlen);
H A Dnd6_nbr.c283 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
882 IP6_EXTHDR_GET(nd_na, struct nd_neighbor_advert *, m, off, icmp6len);
H A Dip6_mroute.c1733 IP6_EXTHDR_GET(pim, struct pim *, m, off, minlen);
H A Dnd6_rtr.c322 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len);
435 IP6_EXTHDR_GET(nd_ra, struct nd_router_advert *, m, off, icmp6len);
H A Dmld6.c1388 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h336 * IP6_EXTHDR_GET ensures that intermediate protocol header (from "off" to
343 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ macro

Completed in 102 milliseconds