]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/icmp6.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / netinet / icmp6.h
index da271fa32afe74be6f72a2db9e49b4b966d2e594..0dc3dda2f3b04912503c619c1d2d0ab8586f70ea 100644 (file)
@@ -714,6 +714,10 @@ struct     in6_multi;
 struct ip6protosw;
 void   icmp6_init(struct ip6protosw *, struct domain *);
 void   icmp6_paramerror(struct mbuf *, int);
+
+void   icmp6_error_flag(struct mbuf *, int, int, int, int);
+#define        ICMP6_ERROR_RST_MRCVIF  0x1
+
 void   icmp6_error(struct mbuf *, int, int, int);
 void   icmp6_error2(struct mbuf *, int, int, int, struct ifnet *);
 int    icmp6_input(struct mbuf **, int *, int);