#include <cogent.h>
int IP_ConnectToService(
char* host, char* service )
;
This function looks up the service name, resolving it to a port number before calling IP_ConnectToPort.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.