OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XFER_FTP
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/sysinst/
main.c
135
{"ftp host", SYSINST_FTP_HOST, ftp.xfer_host[XFER_HOST(
XFER_FTP
)], sizeof ftp.xfer_host[XFER_HOST(
XFER_FTP
)]},
153
{"pkg host", SYSINST_PKG_HOST, pkg.xfer_host[XFER_HOST(
XFER_FTP
)], sizeof pkg.xfer_host[XFER_HOST(
XFER_FTP
)]},
160
{"pkgsrc host", SYSINST_PKGSRC_HOST, pkgsrc.xfer_host[XFER_HOST(
XFER_FTP
)], sizeof pkgsrc.xfer_host[XFER_HOST(
XFER_FTP
)]},
defs.h
606
#define
XFER_FTP
0
611
#define XFER_HOST(XFER) ((XFER) ==
XFER_FTP
? 0 : 1)
619
unsigned int xfer; /*
XFER_FTP
for "ftp" or XFER_HTTP for "http" */
net.c
908
case
XFER_FTP
: return "ftp";
menus.mi
355
option MSG_ftp, exit, action { *(int *)arg = get_via_ftp(
XFER_FTP
); };
util.c
1243
server.xfer = rv == 1 ? XFER_HTTP :
XFER_FTP
;
1252
if (server.xfer ==
XFER_FTP
&&
Completed in 16 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025