OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XFER_HTTP
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/sysinst/
main.c
136
{"http host", SYSINST_HTTP_HOST, ftp.xfer_host[XFER_HOST(
XFER_HTTP
)], sizeof ftp.xfer_host[XFER_HOST(
XFER_HTTP
)]},
154
{"pkg http host", SYSINST_PKG_HTTP_HOST, pkg.xfer_host[XFER_HOST(
XFER_HTTP
)], sizeof pkg.xfer_host[XFER_HOST(
XFER_HTTP
)]},
161
{"pkgsrc http host", SYSINST_PKGSRC_HTTP_HOST, pkgsrc.xfer_host[XFER_HOST(
XFER_HTTP
)], sizeof pkgsrc.xfer_host[XFER_HOST(
XFER_HTTP
)]},
defs.h
607
#define
XFER_HTTP
1
610
#define XFER_HOST_MAX
XFER_HTTP
/* http and https share a server name */
619
unsigned int xfer; /* XFER_FTP for "ftp" or
XFER_HTTP
for "http" */
net.c
909
case
XFER_HTTP
: return "http";
menus.mi
354
option MSG_http, exit, action { *(int *)arg = get_via_ftp(
XFER_HTTP
); };
util.c
1243
server.xfer = rv == 1 ?
XFER_HTTP
: XFER_FTP;
Completed in 17 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025