Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cakturk/go-netstat
/ types & classes
Types & classes
21 in github.com/cakturk/go-netstat
⨍
Functions
67
◇
Types & classes
21
↓ 3 callers
TypeAlias
SkState
SkState type represents socket connection state
netstat/netstat.go:39
↓ 1 callers
TypeAlias
ProcessSnapshot
ProcessSnapshot wraps the syscall.Handle, which represents a snapshot of the specified processes.
netstat/netstat_windows.go:377
FuncType
AcceptFn
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
Struct
MibTCP6Row2
MibTCP6Row2 structure contains information that describes an IPv6 TCP connection.
netstat/netstat_windows.go:151
Struct
MibTCP6Table2
MibTCP6Table2 structure contains a table of IPv6 TCP connections on the local computer.
netstat/netstat_windows.go:165
Struct
MibTCPRow2
netstat/netstat_windows.go:111
Struct
MibTCPTable2
netstat/netstat_windows.go:135
Struct
MibUDP6RowOwnerPID
MibUDP6RowOwnerPID serves the same purpose as MibUDPRowOwnerPID, except that the information in this case is for IPv6.
netstat/netstat_windows.go:212
Struct
MibUDP6TableOwnerPID
MibUDP6TableOwnerPID serves the same purpose as MibUDPTableOwnerPID for IPv6
netstat/netstat_windows.go:222
Struct
MibUDPRowOwnerPID
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
Struct
MibUDPTableOwnerPID
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
Struct
Process
Process holds the PID and process name to which each socket belongs
netstat/netstat.go:29
Struct
Processentry32
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
Struct
SockAddr
SockAddr represents an ip:port pair
netstat/netstat.go:9
Struct
SockTabEntry
SockTabEntry type represents each line of the /proc/net/[tcp|udp]
netstat/netstat.go:19
TypeAlias
UDPTableClass
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
TypeAlias
WinPid
netstat/netstat_windows.go:119
Struct
WinSock
netstat/netstat_windows.go:88
Struct
WinSock6
netstat/netstat_windows.go:99
Struct
procFd
netstat/netstat_linux.go:163
Interface
winSockEnt
netstat/netstat_windows.go:467