getserv
getserv(service
)
- Front-end for
getservbyport
andgetservbyname
. If service is numeric, callsgetservbyport
, otherwise callsgetservbyname
.
getserv(service
)
getservbyport
and getservbyname
. If service is numeric, calls getservbyport
, otherwise calls getservbyname
.