Searched refs:IP6_EXTHDR_GET (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/sys/netinet6/ |
| D | dest6.c | 67 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts)); 72 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
|
| D | route6.c | 63 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh)); 81 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, rhlen);
|
| D | icmp6.c | 329 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 …]
|
| D | ip6_input.c | 550 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),
|
| D | mld6.c | 187 IP6_EXTHDR_GET(mldh, struct mld_hdr *, m, off, sizeof(*mldh));
|
| D | nd6_nbr.c | 108 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);
|
| D | frag6.c | 193 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
|
| D | nd6_rtr.c | 131 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);
|
| D | ip6_mroute.c | 1729 IP6_EXTHDR_GET(pim, struct pim *, m, off, minlen);
|
| /mirbsd/src/sys/netinet/ |
| D | ip6.h | 280 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ macro
|
| D | udp_usrreq.c | 215 IP6_EXTHDR_GET(uh, struct udphdr *, m, iphlen, sizeof(struct udphdr));
|
| D | tcp_input.c | 495 IP6_EXTHDR_GET(th, struct tcphdr *, m, iphlen, sizeof(*th)); 596 IP6_EXTHDR_GET(th, struct tcphdr *, m, iphlen, off);
|
| D | ip_carp.c | 432 IP6_EXTHDR_GET(ch, struct carp_header *, m, *offp, sizeof(*ch)); in carp6_input()
|