Home
last modified time | relevance | path

Searched refs:getsocktypebyname (Results 1 – 6 of 6) sorted by relevance

/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DOS.pm147 sub getsocktypebyname subroutine
181 $socktype = $self->getsocktypebyname( $socktype ) || SOCK_STREAM;
237 $socktype = $self->getsocktypebyname( $socktype ) || SOCK_STREAM;
467 $ai[ADDRINFO_SOCKTYPE] = $self->getsocktypebyname( $ai[ADDRINFO_SOCKTYPE] );
H A DResolver.pm365 $args{socktype} = IO::Async::OS->getsocktypebyname( $args{socktype} ) if defined $args{socktype};
659 $args{socktype} = IO::Async::OS->getsocktypebyname( $args{socktype} ) if defined $args{socktype};
675 $socktype = IO::Async::OS->getsocktypebyname( $socktype );
H A DProcess.pm769 …if( defined $opts->{socktype} && IO::Async::OS->getsocktypebyname( $opts->{socktype} ) != SOCK_STR…
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D02os.t96 is( IO::Async::OS->getsocktypebyname( "stream" ), SOCK_STREAM, 'getsocktypebyname "stream"' );
97 is( IO::Async::OS->getsocktypebyname( SOCK_STREAM ), SOCK_STREAM, 'getsocktypebyname SOCK_STREAM' );
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/OS/
H A DMSWin32.pm70 $socktype = $self->getsocktypebyname( $socktype ) || SOCK_STREAM;
/dports/devel/p5-IO-Async/IO-Async-0.800/
H A DChanges384 * Expose getfamilybyname and getsocktypebyname as OS methods