HomeSort by: relevance | last modified time | path
    Searched refs:get_via_ftp (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/
menus.mi 353 option MSG_https, exit, action { *(int *)arg = get_via_ftp(XFER_HTTPS); };
354 option MSG_http, exit, action { *(int *)arg = get_via_ftp(XFER_HTTP); };
355 option MSG_ftp, exit, action { *(int *)arg = get_via_ftp(XFER_FTP); };
defs.h 804 int get_via_ftp(unsigned int);
net.c 1029 get_via_ftp(unsigned int xfer) function in typeref:typename:int

Completed in 35 milliseconds