#include "network.h" struct sockaddr_in *Tdp_FindAddress (name) char *Tdp_CreateAddress (addr, port) char *name /* An address handle. */ unsigned long addr /* An inet address. */ int port /* A port number. */
The procedure Tdp_CreateAddress creates a record to store the given addr and port information and returns an address handle for further access to the created record.
The Tdp_FindAddress procedure returns an address record given an address handle.