type net.ListenConfig

9 uses

	net (current package)
		dial.go#L812: type ListenConfig struct {
		dial.go#L853: func (lc *ListenConfig) MultipathTCP() bool {
		dial.go#L863: func (lc *ListenConfig) SetMultipathTCP(use bool) {
		dial.go#L874: func (lc *ListenConfig) Listen(ctx context.Context, network, address string) (Listener, error) {
		dial.go#L911: func (lc *ListenConfig) ListenPacket(ctx context.Context, network, address string) (PacketConn, error) {
		dial.go#L941: 	ListenConfig
		dial.go#L967: 	var lc ListenConfig
		dial.go#L997: 	var lc ListenConfig
		tcpsock.go#L353: 	lc ListenConfig