Lines Matching defs:new
39 my $s = IO::Socket::INET6->new(
48 $IP_factory = sub { IO::Socket::INET6->new(Domain => AF_INET6, @_); };
53 my $s = IO::Socket::IP->new(
62 $IP_factory = sub { IO::Socket::IP->new(@_); };
65 $IP_factory = sub { IO::Socket::INET->new(@_); };
74 sub new
339 # If we open pipe with new descriptor, attempt to close it,
358 my $fdset = IO::Select->new($self->{proxy_sock});
376 $fdset = IO::Select->new($server_sock, $client_sock);
665 # sufficient to get the proxy to forward the new message.