Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dftp.h170 DATA_CHANNEL_SECURITY = 0x0020 /* Establish a secure data channel */ enumerator
H A Dftp.c423 using_data_security = con->st & DATA_CHANNEL_SECURITY; in getftp()
575 con->st |= DATA_CHANNEL_SECURITY; in getftp()