Deleted Added
full compact
61c61
< * $FreeBSD: head/sys/netinet6/ip6_var.h 235956 2012-05-25 01:48:15Z bz $
---
> * $FreeBSD: head/sys/netinet6/ip6_var.h 241916 2012-10-22 21:49:56Z delphij $
372c372
< int icmp6_ctloutput __P((struct socket *, struct sockopt *sopt));
---
> int icmp6_ctloutput(struct socket *, struct sockopt *sopt);
375c375
< void ip6_init __P((void));
---
> void ip6_init(void);
377c377
< void ip6_destroy __P((void));
---
> void ip6_destroy(void);
382,384c382,384
< void ip6_input __P((struct mbuf *));
< struct in6_ifaddr *ip6_getdstifaddr __P((struct mbuf *));
< void ip6_freepcbopts __P((struct ip6_pktopts *));
---
> void ip6_input(struct mbuf *);
> struct in6_ifaddr *ip6_getdstifaddr(struct mbuf *);
> void ip6_freepcbopts(struct ip6_pktopts *);
386,389c386,389
< int ip6_unknown_opt __P((u_int8_t *, struct mbuf *, int));
< char * ip6_get_prevhdr __P((struct mbuf *, int));
< int ip6_nexthdr __P((struct mbuf *, int, int, int *));
< int ip6_lasthdr __P((struct mbuf *, int, int, int *));
---
> int ip6_unknown_opt(u_int8_t *, struct mbuf *, int);
> char * ip6_get_prevhdr(struct mbuf *, int);
> int ip6_nexthdr(struct mbuf *, int, int, int *);
> int ip6_lasthdr(struct mbuf *, int, int, int *);
392c392
< struct ip6aux *ip6_findaux __P((struct mbuf *));
---
> struct ip6aux *ip6_findaux(struct mbuf *);
398,399c398,399
< int ip6_process_hopopts __P((struct mbuf *, u_int8_t *, int, u_int32_t *,
< u_int32_t *));
---
> int ip6_process_hopopts(struct mbuf *, u_int8_t *, int, u_int32_t *,
> u_int32_t *);
402,405c402,405
< void ip6_savecontrol __P((struct inpcb *, struct mbuf *, struct mbuf **));
< void ip6_notify_pmtu __P((struct inpcb *, struct sockaddr_in6 *,
< u_int32_t *));
< int ip6_sysctl __P((int *, u_int, void *, size_t *, void *, size_t));
---
> void ip6_savecontrol(struct inpcb *, struct mbuf *, struct mbuf **);
> void ip6_notify_pmtu(struct inpcb *, struct sockaddr_in6 *,
> u_int32_t *);
> int ip6_sysctl(int *, u_int, void *, size_t *, void *, size_t);
407c407
< void ip6_forward __P((struct mbuf *, int));
---
> void ip6_forward(struct mbuf *, int);
409,410c409,410
< void ip6_mloopback __P((struct ifnet *, struct mbuf *, struct sockaddr_in6 *));
< int ip6_output __P((struct mbuf *, struct ip6_pktopts *,
---
> void ip6_mloopback(struct ifnet *, struct mbuf *, struct sockaddr_in6 *);
> int ip6_output(struct mbuf *, struct ip6_pktopts *,
414,422c414,422
< struct inpcb *));
< int ip6_ctloutput __P((struct socket *, struct sockopt *));
< int ip6_raw_ctloutput __P((struct socket *, struct sockopt *));
< void ip6_initpktopts __P((struct ip6_pktopts *));
< int ip6_setpktopts __P((struct mbuf *, struct ip6_pktopts *,
< struct ip6_pktopts *, struct ucred *, int));
< void ip6_clearpktopts __P((struct ip6_pktopts *, int));
< struct ip6_pktopts *ip6_copypktopts __P((struct ip6_pktopts *, int));
< int ip6_optlen __P((struct inpcb *));
---
> struct inpcb *);
> int ip6_ctloutput(struct socket *, struct sockopt *);
> int ip6_raw_ctloutput(struct socket *, struct sockopt *);
> void ip6_initpktopts(struct ip6_pktopts *);
> int ip6_setpktopts(struct mbuf *, struct ip6_pktopts *,
> struct ip6_pktopts *, struct ucred *, int);
> void ip6_clearpktopts(struct ip6_pktopts *, int);
> struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, int);
> int ip6_optlen(struct inpcb *);
424c424
< int route6_input __P((struct mbuf **, int *, int));
---
> int route6_input(struct mbuf **, int *, int);
426,429c426,429
< void frag6_init __P((void));
< int frag6_input __P((struct mbuf **, int *, int));
< void frag6_slowtimo __P((void));
< void frag6_drain __P((void));
---
> void frag6_init(void);
> int frag6_input(struct mbuf **, int *, int);
> void frag6_slowtimo(void);
> void frag6_drain(void);
431,437c431,437
< void rip6_init __P((void));
< int rip6_input __P((struct mbuf **, int *, int));
< void rip6_ctlinput __P((int, struct sockaddr *, void *));
< int rip6_ctloutput __P((struct socket *, struct sockopt *));
< int rip6_output __P((struct mbuf *, ...));
< int rip6_usrreq __P((struct socket *,
< int, struct mbuf *, struct mbuf *, struct mbuf *, struct thread *));
---
> void rip6_init(void);
> int rip6_input(struct mbuf **, int *, int);
> void rip6_ctlinput(int, struct sockaddr *, void *);
> int rip6_ctloutput(struct socket *, struct sockopt *);
> int rip6_output(struct mbuf *, ...);
> int rip6_usrreq(struct socket *,
> int, struct mbuf *, struct mbuf *, struct mbuf *, struct thread *);
439,440c439,440
< int dest6_input __P((struct mbuf **, int *, int));
< int none_input __P((struct mbuf **, int *, int));
---
> int dest6_input(struct mbuf **, int *, int);
> int none_input(struct mbuf **, int *, int);
445c445
< int in6_selectroute __P((struct sockaddr_in6 *, struct ip6_pktopts *,
---
> int in6_selectroute(struct sockaddr_in6 *, struct ip6_pktopts *,
447c447
< struct rtentry **));
---
> struct rtentry **);
451,452c451,452
< u_int32_t ip6_randomid __P((void));
< u_int32_t ip6_randomflowlabel __P((void));
---
> u_int32_t ip6_randomid(void);
> u_int32_t ip6_randomflowlabel(void);