gvisor/pkg/tcpip/stack
Chris Kuiper 40e682759f Add support for a subnet prefix length on interface network addresses
This allows the user code to add a network address with a subnet prefix length.
The prefix length value is stored in the network endpoint and provided back to
the user in the ProtocolAddress type.

PiperOrigin-RevId: 259807693
2019-07-24 13:42:14 -07:00
..
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
linkaddrcache.go Update canonical repository. 2019-06-13 16:50:15 -07:00
linkaddrcache_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
nic.go Add support for a subnet prefix length on interface network addresses 2019-07-24 13:42:14 -07:00
registration.go Add support for a subnet prefix length on interface network addresses 2019-07-24 13:42:14 -07:00
route.go Add IPPROTO_RAW, which allows raw sockets to write IP headers. 2019-07-12 18:09:12 -07:00
stack.go Add support for a subnet prefix length on interface network addresses 2019-07-24 13:42:14 -07:00
stack_global_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
stack_test.go Add support for a subnet prefix length on interface network addresses 2019-07-24 13:42:14 -07:00
transport_demuxer.go Update canonical repository. 2019-06-13 16:50:15 -07:00
transport_test.go net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ) 2019-07-18 15:41:04 -07:00