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

/freebsd-10.3-release/sys/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.c85 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
H A Dicmp6.c323 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off,
457 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeof(*icmp6));
610 IP6_EXTHDR_GET(nicmp6, struct icmp6_hdr *, n, off,
967 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
1002 IP6_EXTHDR_GET(eh, struct ip6_ext *, m,
1030 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
1055 IP6_EXTHDR_GET(rth0,
1078 IP6_EXTHDR_GET(fh, struct ip6_frag *, m,
1113 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
1267 IP6_EXTHDR_GET(ni
[all...]
H A Dip6_input.c366 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
1087 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
1094 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
H A Dfrag6.c179 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
H A Dnd6_nbr.c146 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
682 IP6_EXTHDR_GET(nd_na, struct nd_neighbor_advert *, m, off, icmp6len);
H A Dnd6_rtr.c160 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len);
247 IP6_EXTHDR_GET(nd_ra, struct nd_router_advert *, m, off, icmp6len);
H A Dsctp6_usrreq.c116 IP6_EXTHDR_GET(sh, struct sctphdr *, m, iphlen,
H A Dudp6_usrreq.c220 IP6_EXTHDR_GET(uh, struct udphdr *, m, off, sizeof(*uh));
H A Dip6_mroute.c1747 IP6_EXTHDR_GET(pim, struct pim *, m, off, minlen);
H A Dmld6.c1264 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen);
/freebsd-10.3-release/sys/netinet/
H A Dip6.h304 * IP6_EXTHDR_GET ensures that intermediate protocol header (from "off" to
313 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ macro
H A Dip_carp.c552 IP6_EXTHDR_GET(ch, struct carp_header *, m, *offp, sizeof(*ch));
/freebsd-10.3-release/sys/netipsec/
H A Dxform_ah.c571 IP6_EXTHDR_GET(ah, struct newah *, m, skip, rplen);
H A Dxform_esp.c293 IP6_EXTHDR_GET(esp, struct newesp *, m, skip, sizeof (struct newesp));

Completed in 129 milliseconds