Searched refs:s4port (Results 1 – 1 of 1) sorted by relevance
318 unsigned short s4port; in socks4() local329 s4port = (unsigned short)((buffer[SOCKS4_DSTPORT] << 8) | in socks4()332 s4port = config.port; in socks4()334 connfd = socksconnect(s4port, config.addr); in socks4()
Completed in 5 milliseconds