int Ns_GetSockAddr ( struct sockaddr_in* saPtr, char* host, int port );
int Ns_GetSockAddr (
struct sockaddr_in* saPtr,
char* host,
int port
);
Specify host and port in saPtr. Specify an IP address or a hostname for host. A NULL host means INADDR_ANY.
saPtr
host
Top of Page
Copyright © 1998-99 America Online, Inc.