Home
last modified time | relevance | path

Searched refs:IP6_EXTHDR_GET (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/sys/netinet6/
Ddest6.c67 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts));
72 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
Droute6.c63 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
81 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, rhlen);
Dicmp6.c329 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off,
443 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeof(*icmp6));
622 IP6_EXTHDR_GET(nicmp6, struct icmp6_hdr *, n, off,
897 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
926 IP6_EXTHDR_GET(eh, struct ip6_ext *, m,
948 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
967 IP6_EXTHDR_GET(rth0,
983 IP6_EXTHDR_GET(fh, struct ip6_frag *, m,
1014 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off,
1191 IP6_EXTHDR_GET(ni6, struct icmp6_nodeinfo *, m, off, sizeof(*ni6));
[all …]
Dip6_input.c550 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
677 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
684 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
Dmld6.c187 IP6_EXTHDR_GET(mldh, struct mld_hdr *, m, off, sizeof(*mldh));
Dnd6_nbr.c108 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
581 IP6_EXTHDR_GET(nd_na, struct nd_neighbor_advert *, m, off, icmp6len);
Dfrag6.c193 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
Dnd6_rtr.c131 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len);
221 IP6_EXTHDR_GET(nd_ra, struct nd_router_advert *, m, off, icmp6len);
Dip6_mroute.c1729 IP6_EXTHDR_GET(pim, struct pim *, m, off, minlen);
/mirbsd/src/sys/netinet/
Dip6.h280 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ macro
Dudp_usrreq.c215 IP6_EXTHDR_GET(uh, struct udphdr *, m, iphlen, sizeof(struct udphdr));
Dtcp_input.c495 IP6_EXTHDR_GET(th, struct tcphdr *, m, iphlen, sizeof(*th));
596 IP6_EXTHDR_GET(th, struct tcphdr *, m, iphlen, off);
Dip_carp.c432 IP6_EXTHDR_GET(ch, struct carp_header *, m, *offp, sizeof(*ch)); in carp6_input()