<--previous | contents | next-->

ipipstats - IP-over-IP Protocol

IP-over-IP protocol statistics.

Header Files

Interface

import openbsd n = openbsd.netstat.Netstat() print n.ipipstats()

Example Output

The example output below was produced using the building Python pretty-printer. See the netstat parent page for an example of how this is done.

{ 'family': 0L, 'hdrops': 0L, 'ibytes': 0L, 'ipackets': 0L, 'obytes': 0L, 'opackets': 0L, 'pdrops': 0L, 'qfull': 0L, 'spoof': 0L, 'unspec': 0L}

<--previous | contents | next--> (12/21/04)
PyOpenbsd v0.1 Manual