Deleted Added
full compact
netstat.h (3534) netstat.h (11819)
1/*
2 * Copyright (c) 1992, 1993
3 * Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 66 unchanged lines hidden (view full) ---

75void hostpr __P((u_long, u_long));
76void impstats __P((u_long, u_long));
77
78void intpr __P((int, u_long));
79
80void pr_rthdr __P(());
81void pr_family __P((int));
82void rt_stats __P((u_long));
1/*
2 * Copyright (c) 1992, 1993
3 * Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 66 unchanged lines hidden (view full) ---

75void hostpr __P((u_long, u_long));
76void impstats __P((u_long, u_long));
77
78void intpr __P((int, u_long));
79
80void pr_rthdr __P(());
81void pr_family __P((int));
82void rt_stats __P((u_long));
83char *ipx_pnet __P((struct sockaddr *));
84char *ipx_phost __P((struct sockaddr *));
83char *ns_phost __P((struct sockaddr *));
84void upHex __P((char *));
85
86char *routename __P((u_long));
87char *netname __P((u_long, u_long));
85char *ns_phost __P((struct sockaddr *));
86void upHex __P((char *));
87
88char *routename __P((u_long));
89char *netname __P((u_long, u_long));
90char *ipx_print __P((struct sockaddr *));
88char *ns_print __P((struct sockaddr *));
89void routepr __P((u_long));
90
91char *ns_print __P((struct sockaddr *));
92void routepr __P((u_long));
93
94void ipxprotopr __P((u_long, char *));
95void spx_stats __P((u_long, char *));
96void ipx_stats __P((u_long, char *));
97void ipxerr_stats __P((u_long, char *));
98
91void nsprotopr __P((u_long, char *));
92void spp_stats __P((u_long, char *));
93void idp_stats __P((u_long, char *));
94void nserr_stats __P((u_long, char *));
95
96void intpr __P((int, u_long));
97
98void unixpr __P((u_long));

--- 12 unchanged lines hidden ---
99void nsprotopr __P((u_long, char *));
100void spp_stats __P((u_long, char *));
101void idp_stats __P((u_long, char *));
102void nserr_stats __P((u_long, char *));
103
104void intpr __P((int, u_long));
105
106void unixpr __P((u_long));

--- 12 unchanged lines hidden ---