mirror of
https://github.com/impact-eintr/netstack.git
synced 2025-10-06 21:32:59 +08:00
12 lines
227 B
Go
12 lines
227 B
Go
package stack
|
|
|
|
type referencedNetworkEndpoint struct {
|
|
//ilist.Entry
|
|
//refs int32
|
|
//ep NetworkEndpoint
|
|
//nic *NIC
|
|
//protocol tcpip.NetworkProtocolNumber
|
|
//linkCache LinkAddressCache
|
|
//holdsInserRef bool
|
|
}
|