Home
last modified time | relevance | path

Searched refs:packetsize (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dsocks.c427 size_t packetsize = 9 + in do_SOCKS4() local
440 (packetsize + hostnamelen < sizeof(sx->buffer))) in do_SOCKS4()
441 strcpy((char *)socksreq + packetsize, sx->hostname); in do_SOCKS4()
446 packetsize += hostnamelen; in do_SOCKS4()
449 DEBUGASSERT(packetsize <= sizeof(sx->buffer)); in do_SOCKS4()
450 sx->outstanding = packetsize; in do_SOCKS4()

Completed in 6 milliseconds