MCPcopy Create free account

hub / github.com/cakturk/go-netstat / types & classes

Types & classes21 in github.com/cakturk/go-netstat

↓ 3 callersTypeAliasSkState
SkState type represents socket connection state
netstat/netstat.go:39
↓ 1 callersTypeAliasProcessSnapshot
ProcessSnapshot wraps the syscall.Handle, which represents a snapshot of the specified processes.
netstat/netstat_windows.go:377
FuncTypeAcceptFn
AcceptFn is used to filter socket entries. The value returned indicates whether the element is to be appended to the socket list.
netstat/netstat.go:47
StructMibTCP6Row2
MibTCP6Row2 structure contains information that describes an IPv6 TCP connection.
netstat/netstat_windows.go:151
StructMibTCP6Table2
MibTCP6Table2 structure contains a table of IPv6 TCP connections on the local computer.
netstat/netstat_windows.go:165
StructMibTCPRow2
netstat/netstat_windows.go:111
StructMibTCPTable2
netstat/netstat_windows.go:135
StructMibUDP6RowOwnerPID
MibUDP6RowOwnerPID serves the same purpose as MibUDPRowOwnerPID, except that the information in this case is for IPv6.
netstat/netstat_windows.go:212
StructMibUDP6TableOwnerPID
MibUDP6TableOwnerPID serves the same purpose as MibUDPTableOwnerPID for IPv6
netstat/netstat_windows.go:222
StructMibUDPRowOwnerPID
MibUDPRowOwnerPID structure contains an entry from the User Datagram Protocol (UDP) listener table for IPv4 on the local computer. The entry also incl
netstat/netstat_windows.go:183
StructMibUDPTableOwnerPID
MibUDPTableOwnerPID structure contains the User Datagram Protocol (UDP) listener table for IPv4 on the local computer. The table also includes the pro
netstat/netstat_windows.go:196
StructProcess
Process holds the PID and process name to which each socket belongs
netstat/netstat.go:29
StructProcessentry32
Processentry32 describes an entry from a list of the processes residing in the system address space when a snapshot was taken
netstat/netstat_windows.go:238
StructSockAddr
SockAddr represents an ip:port pair
netstat/netstat.go:9
StructSockTabEntry
SockTabEntry type represents each line of the /proc/net/[tcp|udp]
netstat/netstat.go:19
TypeAliasUDPTableClass
The UDPTableClass enumeration defines the set of values used to indicate the type of table returned by calls to GetExtendedUDPTable
netstat/netstat_windows.go:311
TypeAliasWinPid
netstat/netstat_windows.go:119
StructWinSock
netstat/netstat_windows.go:88
StructWinSock6
netstat/netstat_windows.go:99
StructprocFd
netstat/netstat_linux.go:163
InterfacewinSockEnt
netstat/netstat_windows.go:467