X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/43866e378188c25dd1e2208016ab3cbeb086ae6c..55e303ae13a4cf49d70f2294092726f2fffb9ef2:/bsd/netinet6/ip6_var.h?ds=sidebyside diff --git a/bsd/netinet6/ip6_var.h b/bsd/netinet6/ip6_var.h index 65a5047b7..254c8559f 100644 --- a/bsd/netinet6/ip6_var.h +++ b/bsd/netinet6/ip6_var.h @@ -334,10 +334,10 @@ void ip6_clearpktopts __P((struct ip6_pktopts *, int, int)); struct ip6_pktopts *ip6_copypktopts __P((struct ip6_pktopts *, int)); int ip6_optlen __P((struct inpcb *)); -int route6_input __P((struct mbuf **, int *, int)); +int route6_input __P((struct mbuf **, int *)); void frag6_init __P((void)); -int frag6_input __P((struct mbuf **, int *, int)); +int frag6_input __P((struct mbuf **, int *)); void frag6_slowtimo __P((void)); void frag6_drain __P((void)); @@ -349,8 +349,8 @@ int rip6_output __P((struct mbuf *, struct socket *, struct sockaddr_in6 *, stru int rip6_usrreq __P((struct socket *, int, struct mbuf *, struct mbuf *, struct mbuf *, struct proc *)); -int dest6_input __P((struct mbuf **, int *, int)); -int none_input __P((struct mbuf **, int *, int)); +int dest6_input __P((struct mbuf **, int *)); +int none_input __P((struct mbuf **, int *)); #endif /* KERNEL */ #endif /* __APPLE_API_PRIVATE */