Deleted Added
full compact
main.c (54574) main.c (55163)
1/*
2 * Copyright (c) 1983, 1988, 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

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

37 Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#ifndef lint
41#if 0
42static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94";
43#endif
44static const char rcsid[] =
1/*
2 * Copyright (c) 1983, 1988, 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

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

37 Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#ifndef lint
41#if 0
42static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94";
43#endif
44static const char rcsid[] =
45 "$FreeBSD: head/usr.bin/netstat/main.c 54574 1999-12-13 20:08:44Z guido $";
45 "$FreeBSD: head/usr.bin/netstat/main.c 55163 1999-12-28 02:37:14Z shin $";
46#endif /* not lint */
47
48#include <sys/param.h>
49#include <sys/file.h>
50#include <sys/protosw.h>
51#include <sys/socket.h>
52
53#include <netinet/in.h>

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

124#define N_DDPCB 26
125 { "_ddpcb"},
126#define N_NGSOCKS 27
127 { "_ngsocklist"},
128#define N_IP6STAT 28
129 { "_ip6stat" },
130#define N_ICMP6STAT 29
131 { "_icmp6stat" },
46#endif /* not lint */
47
48#include <sys/param.h>
49#include <sys/file.h>
50#include <sys/protosw.h>
51#include <sys/socket.h>
52
53#include <netinet/in.h>

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

124#define N_DDPCB 26
125 { "_ddpcb"},
126#define N_NGSOCKS 27
127 { "_ngsocklist"},
128#define N_IP6STAT 28
129 { "_ip6stat" },
130#define N_ICMP6STAT 29
131 { "_icmp6stat" },
132#ifdef notyet
133#define N_IPSECSTAT 30
134 { "_ipsecstat" },
135#define N_IPSEC6STAT 31
136 { "_ipsec6stat" },
132#define N_IPSECSTAT 30
133 { "_ipsecstat" },
134#define N_IPSEC6STAT 31
135 { "_ipsec6stat" },
136#ifdef notyet
137#define N_PIM6STAT 32
138 { "_pim6stat" },
139#define N_MRT6PROTO 33
140 { "_ip6_mrtproto" },
141#define N_MRT6STAT 34
142 { "_mrt6stat" },
143#define N_MF6CTABLE 35
144 { "_mf6ctable" },

--- 573 unchanged lines hidden ---
137#define N_PIM6STAT 32
138 { "_pim6stat" },
139#define N_MRT6PROTO 33
140 { "_ip6_mrtproto" },
141#define N_MRT6STAT 34
142 { "_mrt6stat" },
143#define N_MF6CTABLE 35
144 { "_mf6ctable" },

--- 573 unchanged lines hidden ---