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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)netstat.h 8.2 (Berkeley) 1/4/94
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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)netstat.h 8.2 (Berkeley) 1/4/94
34 * $FreeBSD: head/usr.bin/netstat/netstat.h 188649 2009-02-15 16:16:38Z bms $
34 * $FreeBSD: head/usr.bin/netstat/netstat.h 190012 2009-03-19 01:43:03Z bms $
35 */
36
37#include <sys/cdefs.h>
38
39extern int Aflag; /* show addresses of protocol control block */
40extern int aflag; /* show all sockets (including servers) */
41extern int bflag; /* show i/f total bytes in/out */
42extern int dflag; /* show i/f dropped packets */

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

155void clnp_stats(u_long, const char *, int, int);
156void cltp_stats(u_long, const char *, int, int);
157void iso_protopr(u_long, const char *, int, int);
158void iso_protopr1(u_long, int);
159void tp_protopr(u_long, const char *, int, int);
160void tp_inproto(u_long);
161void tp_stats(caddr_t, caddr_t);
162
35 */
36
37#include <sys/cdefs.h>
38
39extern int Aflag; /* show addresses of protocol control block */
40extern int aflag; /* show all sockets (including servers) */
41extern int bflag; /* show i/f total bytes in/out */
42extern int dflag; /* show i/f dropped packets */

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

155void clnp_stats(u_long, const char *, int, int);
156void cltp_stats(u_long, const char *, int, int);
157void iso_protopr(u_long, const char *, int, int);
158void iso_protopr1(u_long, int);
159void tp_protopr(u_long, const char *, int, int);
160void tp_inproto(u_long);
161void tp_stats(caddr_t, caddr_t);
162
163void mroutepr(u_long, u_long);
163void mroutepr(u_long, u_long, u_long);
164void mrt_stats(u_long);
165void bpf_stats(char *);
164void mrt_stats(u_long);
165void bpf_stats(char *);