nlGetServicePort
nlGetServicePort
nl
1998 12-06
NAME
nlGetServicePort - Return the port for a specified service and protocol
SYNOPSIS
uint16 nlGetServicePort(char *service_name, char *protocol_name);
nlGetServicePort return the port for a specified service and protocol.
Return port on success otherwise FALSE.
ARGUMENTS
| service_name |
the service name
|
| protocol_name |
the protocol name
|