Searched defs:ListenConfig (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | dial.go | 691 type ListenConfig struct { struct 698 Control func(network, address string, c syscall.RawConn) error 709 KeepAlive time.Duration 718 KeepAliveConfig KeepAliveConfig 723 mptcpStatus mptcpStatus 730 func (lc *ListenConfig) MultipathTCP() bool { 740 func (lc *ListenConfig) SetMultipathTCP(use bool) { 748 func (lc *ListenConfig) Listen(ctx context.Context, network, address string) (Listener, error) { 782 …(lc *ListenConfig) ListenPacket(ctx context.Context, network, address string) (PacketConn, error) { 812 ListenConfig anonMember
|
D | mockserver_test.go | 39 func newLocalListener(t testing.TB, network string, lcOpt ...*ListenConfig) Listener { 318 func newLocalPacketListener(t testing.TB, network string, lcOpt ...*ListenConfig) PacketConn {
|