<--previous | contents | next-->

igmpstats - IGMP Protocol

IGMP protocol statistics.

Header Files

Interface

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

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.

{ 'rcv_badqueries': 0L, 'rcv_badreports': 0L, 'rcv_badsum': 0L, 'rcv_ourreports': 0L, 'rcv_queries': 0L, 'rcv_reports': 0L, 'rcv_tooshort': 0L, 'rcv_total': 0L, 'snd_reports': 0L}

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