netstat.h (9c79794016d679440487dea61b3b986397c9ecbb) netstat.h (54fc657d59324e260dd5cde0d6e7f60d43a41c60)
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

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

70int sotoxsocket(struct socket *, struct xsocket *);
71void protopr(u_long, const char *, int, int);
72void tcp_stats(u_long, const char *, int, int);
73void udp_stats(u_long, const char *, int, int);
74#ifdef SCTP
75void sctp_protopr(u_long, const char *, int, int);
76void sctp_stats(u_long, const char *, int, int);
77#endif
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

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

70int sotoxsocket(struct socket *, struct xsocket *);
71void protopr(u_long, const char *, int, int);
72void tcp_stats(u_long, const char *, int, int);
73void udp_stats(u_long, const char *, int, int);
74#ifdef SCTP
75void sctp_protopr(u_long, const char *, int, int);
76void sctp_stats(u_long, const char *, int, int);
77#endif
78void arp_stats(u_long, const char *, int, int);
78void ip_stats(u_long, const char *, int, int);
79void icmp_stats(u_long, const char *, int, int);
80void igmp_stats(u_long, const char *, int, int);
81void pim_stats(u_long, const char *, int, int);
82void carp_stats(u_long, const char *, int, int);
83void pfsync_stats(u_long, const char *, int, int);
84#ifdef IPSEC
85void ipsec_stats(u_long, const char *, int, int);

--- 80 unchanged lines hidden ---
79void ip_stats(u_long, const char *, int, int);
80void icmp_stats(u_long, const char *, int, int);
81void igmp_stats(u_long, const char *, int, int);
82void pim_stats(u_long, const char *, int, int);
83void carp_stats(u_long, const char *, int, int);
84void pfsync_stats(u_long, const char *, int, int);
85#ifdef IPSEC
86void ipsec_stats(u_long, const char *, int, int);

--- 80 unchanged lines hidden ---