diff options
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 8a817f4..f613847 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -65,22 +65,22 @@ char *plural __P((int)); char *plurales __P((int)); void protopr __P((u_long, char *, int)); -void tcp_stats __P((u_long, char *)); -void udp_stats __P((u_long, char *)); -void ip_stats __P((u_long, char *)); -void icmp_stats __P((u_long, char *)); -void igmp_stats __P((u_long, char *)); +void tcp_stats __P((u_long, char *, int)); +void udp_stats __P((u_long, char *, int)); +void ip_stats __P((u_long, char *, int)); +void icmp_stats __P((u_long, char *, int)); +void igmp_stats __P((u_long, char *, int)); #ifdef IPSEC -void ipsec_stats __P((u_long, char *)); +void ipsec_stats __P((u_long, char *, int)); #endif #ifdef INET6 -void ip6_stats __P((u_long, char *)); +void ip6_stats __P((u_long, char *, int)); void ip6_ifstats __P((char *)); -void icmp6_stats __P((u_long, char *)); +void icmp6_stats __P((u_long, char *, int)); void icmp6_ifstats __P((char *)); -void pim6_stats __P((u_long, char *)); -void rip6_stats __P((u_long, char *)); +void pim6_stats __P((u_long, char *, int)); +void rip6_stats __P((u_long, char *, int)); void mroute6pr __P((u_long, u_long)); void mrt6_stats __P((u_long)); @@ -91,10 +91,10 @@ char *netname6 __P((struct sockaddr_in6 *, struct in6_addr *)); #endif /*INET6*/ #ifdef IPSEC -void pfkey_stats __P((u_long, char *)); +void pfkey_stats __P((u_long, char *, int)); #endif -void bdg_stats __P((u_long, char *)); +void bdg_stats __P((u_long, char *, int)); void mbpr __P((u_long, u_long, u_long, u_long)); @@ -119,29 +119,29 @@ char *ipx_print __P((struct sockaddr *)); char *ns_print __P((struct sockaddr *)); void routepr __P((u_long)); -void ipxprotopr __P((u_long, char *)); -void spx_stats __P((u_long, char *)); -void ipx_stats __P((u_long, char *)); -void ipxerr_stats __P((u_long, char *)); +void ipxprotopr __P((u_long, char *, int)); +void spx_stats __P((u_long, char *, int)); +void ipx_stats __P((u_long, char *, int)); +void ipxerr_stats __P((u_long, char *, int)); -void nsprotopr __P((u_long, char *)); -void spp_stats __P((u_long, char *)); -void idp_stats __P((u_long, char *)); -void nserr_stats __P((u_long, char *)); +void nsprotopr __P((u_long, char *, int)); +void spp_stats __P((u_long, char *, int)); +void idp_stats __P((u_long, char *, int)); +void nserr_stats __P((u_long, char *, int)); -void atalkprotopr __P((u_long, char *)); -void ddp_stats __P((u_long, char *)); +void atalkprotopr __P((u_long, char *, int)); +void ddp_stats __P((u_long, char *, int)); -void netgraphprotopr __P((u_long, char *)); +void netgraphprotopr __P((u_long, char *, int)); void unixpr __P((void)); -void esis_stats __P((u_long, char *)); -void clnp_stats __P((u_long, char *)); -void cltp_stats __P((u_long, char *)); -void iso_protopr __P((u_long, char *)); +void esis_stats __P((u_long, char *, int)); +void clnp_stats __P((u_long, char *, int)); +void cltp_stats __P((u_long, char *, int)); +void iso_protopr __P((u_long, char *, int)); void iso_protopr1 __P((u_long, int)); -void tp_protopr __P((u_long, char *)); +void tp_protopr __P((u_long, char *, int)); void tp_inproto __P((u_long)); void tp_stats __P((caddr_t, caddr_t)); |