Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsftp-client.c99 #define SFTP_EXT_STATVFS 0x00000002 macro
513 ret->exts |= SFTP_EXT_STATVFS; in do_init()
1425 if ((conn->exts & SFTP_EXT_STATVFS) == 0) { in do_statvfs()