gvisor/pkg/tcpip/network/arp
Ghanan Gowripalan 5075d0342f Trim Network/Transport Endpoint/Protocol
* Remove Capabilities and NICID methods from NetworkEndpoint.

* Remove linkEP and stack parameters from NetworkProtocol.NewEndpoint.
The LinkEndpoint can be fetched from the NetworkInterface. The stack
is passed to the NetworkProtocol when it is created so the
NetworkEndpoint can get it from its protocol.

* Remove stack parameter from TransportProtocol.NewEndpoint.
Like the NetworkProtocol/Endpoint, the stack is passed to the
TransportProtocol when it is created.

PiperOrigin-RevId: 334332721
2020-09-29 02:05:50 -07:00
..
BUILD Use common parsing utilities when sniffing 2020-09-18 00:48:09 -07:00
arp.go Trim Network/Transport Endpoint/Protocol 2020-09-29 02:05:50 -07:00
arp_test.go Support creating protocol instances with Stack ref 2020-09-28 16:24:04 -07:00