Searched refs:XFER_HTTP (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | main.c | 136 …host", SYSINST_HTTP_HOST, ftp.xfer_host[XFER_HOST(XFER_HTTP)], sizeof ftp.xfer_host[XFER_HOST(XFER… 154 …", SYSINST_PKG_HTTP_HOST, pkg.xfer_host[XFER_HOST(XFER_HTTP)], sizeof pkg.xfer_host[XFER_HOST(XFER… 161 …ST_PKGSRC_HTTP_HOST, pkgsrc.xfer_host[XFER_HOST(XFER_HTTP)], sizeof pkgsrc.xfer_host[XFER_HOST(XFE…
|
| H A D | defs.h | 607 #define XFER_HTTP 1 macro 610 #define XFER_HOST_MAX XFER_HTTP /* http and https share a server name */
|
| H A D | net.c | 909 case XFER_HTTP: return "http"; in url_proto()
|
| H A D | menus.mi | 345 option MSG_http, exit, action { *(int *)arg = get_via_ftp(XFER_HTTP); };
|
| H A D | util.c | 1243 server.xfer = rv == 1 ? XFER_HTTP : XFER_FTP; in entropy_get_file()
|