Lines Matching defs:port
196 char *u, *addr, *port, *path;206 port = os_strchr(addr, ':');211 if (port > path)212 port = NULL;214 if (port)215 *port++ = '\0';220 "(addr='%s' port='%s')",221 url, addr, port);226 if (port)227 dst->sin_port = htons(atoi(port));