Lines Matching defs:port
289 /* Since the host will include a port if the default port is not used,
290 * always specify the default ports for the port parameter. This will
293 * specify a port will use the default port.
695 const char *host, int port,
725 if ( (l->port == port) && (strcmp(l->host, host) == 0)
767 if ((l->port == port) && (strcmp(l->host, host) == 0) &&
837 l->port = port;