Deleted Added
full compact
netstat.h (16285) netstat.h (17254)
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

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

83void rt_stats __P((u_long));
84char *ipx_pnet __P((struct sockaddr *));
85char *ipx_phost __P((struct sockaddr *));
86char *ns_phost __P((struct sockaddr *));
87void upHex __P((char *));
88
89char *routename __P((u_long));
90char *netname __P((u_long, 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

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

83void rt_stats __P((u_long));
84char *ipx_pnet __P((struct sockaddr *));
85char *ipx_phost __P((struct sockaddr *));
86char *ns_phost __P((struct sockaddr *));
87void upHex __P((char *));
88
89char *routename __P((u_long));
90char *netname __P((u_long, u_long));
91char *atalk_print __P((struct sockaddr *,int));
91char *atalk_print __P((struct sockaddr *, int));
92char *atalk_print2 __P((struct sockaddr *, struct sockaddr *, int));
92char *ipx_print __P((struct sockaddr *));
93char *ns_print __P((struct sockaddr *));
94void routepr __P((u_long));
95
96void ipxprotopr __P((u_long, char *));
97void spx_stats __P((u_long, char *));
98void ipx_stats __P((u_long, char *));
99void ipxerr_stats __P((u_long, char *));

--- 25 unchanged lines hidden ---
93char *ipx_print __P((struct sockaddr *));
94char *ns_print __P((struct sockaddr *));
95void routepr __P((u_long));
96
97void ipxprotopr __P((u_long, char *));
98void spx_stats __P((u_long, char *));
99void ipx_stats __P((u_long, char *));
100void ipxerr_stats __P((u_long, char *));

--- 25 unchanged lines hidden ---