Home | History | Annotate | Download | only in netstat

Lines Matching defs:ANY

20  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
279 #define ANY(x,y,z) \
304 ANY(ddpstat[DDP_STAT_SHORT], "packet", " with short headers ");
305 ANY(ddpstat[DDP_STAT_LONG], "packet", " with long headers ");
306 ANY(ddpstat[DDP_STAT_NOSUM], "packet", " with no checksum ");
307 ANY(ddpstat[DDP_STAT_TOOSHORT], "packet", " too short ");
308 ANY(ddpstat[DDP_STAT_BADSUM], "packet", " with bad checksum ");
309 ANY(ddpstat[DDP_STAT_TOOSMALL], "packet", " with not enough data ");
310 ANY(ddpstat[DDP_STAT_FORWARD], "packet", " forwarded ");
311 ANY(ddpstat[DDP_STAT_ENCAP], "packet", " encapsulated ");
312 ANY(ddpstat[DDP_STAT_CANTFORWARD], "packet",
314 ANY(ddpstat[DDP_STAT_NOSOCKSPACE], "packet",
317 #undef ANY