Files
netstack/tcpip/stack/nic.go
2021-09-03 21:50:49 +08:00

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
}