netstat.h (dd335a1577cd534d318504428e89908574c9ba1b) | netstat.h (690f477d75324543e57e2b45354c6e0670b9a5f7) |
---|---|
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 --- 131 unchanged lines hidden (view full) --- 140void nsprotopr(u_long, const char *, int, int); 141void spp_stats(u_long, const char *, int, int); 142void idp_stats(u_long, const char *, int, int); 143void nserr_stats(u_long, const char *, int, int); 144 145void atalkprotopr(u_long, const char *, int, int); 146void ddp_stats(u_long, const char *, int, int); 147 | 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 --- 131 unchanged lines hidden (view full) --- 140void nsprotopr(u_long, const char *, int, int); 141void spp_stats(u_long, const char *, int, int); 142void idp_stats(u_long, const char *, int, int); 143void nserr_stats(u_long, const char *, int, int); 144 145void atalkprotopr(u_long, const char *, int, int); 146void ddp_stats(u_long, const char *, int, int); 147 |
148#ifdef NETGRAPH |
|
148void netgraphprotopr(u_long, const char *, int, int); | 149void netgraphprotopr(u_long, const char *, int, int); |
150#endif |
|
149 150void unixpr(u_long, u_long, u_long, u_long); 151 152void esis_stats(u_long, const char *, int, int); 153void clnp_stats(u_long, const char *, int, int); 154void cltp_stats(u_long, const char *, int, int); 155void iso_protopr(u_long, const char *, int, int); 156void iso_protopr1(u_long, int); 157void tp_protopr(u_long, const char *, int, int); 158void tp_inproto(u_long); 159void tp_stats(caddr_t, caddr_t); 160 161void ifmalist_dump(void); 162void mroutepr(u_long, u_long); 163void mrt_stats(u_long); 164void bpf_stats(char *); | 151 152void unixpr(u_long, u_long, u_long, u_long); 153 154void esis_stats(u_long, const char *, int, int); 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 ifmalist_dump(void); 164void mroutepr(u_long, u_long); 165void mrt_stats(u_long); 166void bpf_stats(char *); |