Home | History | Annotate | Download | only in lib

Lines Matching defs:port

42   unsigned short port;
180 site->port == conn->remote_port) {
204 char *port;
214 port = strchr(entry->hostname, ':');
215 if(port) {
216 *port = '\0';
217 port++;
218 entry->port = (unsigned short)strtol(port, NULL, 10);
221 /* Default port number for HTTP */
222 entry->port = 80;