Searched refs:_get_host_service (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/ |
| D | IP.pm | 796 sub _get_host_service subroutine 850 $self->_get_host_service( $self->sockname, $numeric ? NI_NUMERICHOST|NI_NUMERICSERV : 0 ); 879 sub sockhost { my $self = shift; scalar +( $self->_get_host_service( $self->sockname, NI_NUMERICHOS… 880 sub sockport { my $self = shift; scalar +( $self->_get_host_service( $self->sockname, NI_NUMERICSER… 882 sub sockhostname { my $self = shift; scalar +( $self->_get_host_service( $self->sockname, 0, NIx_NO… 883 sub sockservice { my $self = shift; scalar +( $self->_get_host_service( $self->sockname, 0, NIx_NO… 915 $self->_get_host_service( $self->peername, $numeric ? NI_NUMERICHOST|NI_NUMERICSERV : 0 ); 944 sub peerhost { my $self = shift; scalar +( $self->_get_host_service( $self->peername, NI_NUMERICHOS… 945 sub peerport { my $self = shift; scalar +( $self->_get_host_service( $self->peername, NI_NUMERICSER… 947 sub peerhostname { my $self = shift; scalar +( $self->_get_host_service( $self->peername, 0, NIx_NO… [all …]
|