• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/

Lines Matching defs:cgi

196 "<form method=\"get\" action=\"apply.cgi\">"
4867 static void cgi(webs_t wp, const char * const cmd)
4873 "/usr/sbin/gigle_util cgi %s", cmd);
4876 f = fopen("/tmp/cgi.out", "rt");
4885 unlink("/tmp/cgi.out");
4891 cgi(wp, "get plc_cfg_root");
4898 cgi(wp, "get info");
4905 cgi(wp, "get mac");
4912 cgi(wp, "get nw_info");
4919 cgi(wp, "get nick");
4926 cgi(wp, "get role");
4933 cgi(wp, "get stas");
4940 cgi(wp, "get uptime");
4947 cgi(wp, "get version");
4996 cgi(stream, "restart");
5011 /** \brief Generates the plc.cgi page
5040 cgi(stream, command);
11937 /* The routine gets the pointer into the giant "V" block above give the cgi var name..
11939 -varname: Pointer to cgi var name
12066 /* Need to do special handling for the lan cgi stuff as the DHCP ranges need
14200 websUrlHandlerDefine("/apply.cgi", NULL, 0, apply_cgi, 0);
15037 /* This is the cgi handler for the NVRAM download function
15277 /* This is the cgi handler for the WAPI AS certificate download function
15399 websWrite(wp, "<form method=\"post\" action=\"apply.cgi\">");
16410 { "iQoS.cgi*", "application/json", no_cache, do_iqos_post, do_iqos_get, do_auth },
16419 {"iconupload.cgi*", "text/html", no_cache, do_uploadIcons_post, do_uploadIcons_cgi, do_auth },
16423 { "json.cgi*", "application/json", no_cache, vis_do_json_set, vis_do_json_get, do_auth },
16444 { "**apply.cgi*", "text/html", no_cache, do_apply_post, do_apply_cgi, do_auth },
16445 { "upgrade.cgi*", "text/html", no_cache, do_upgrade_post, do_upgrade_cgi, do_auth },
16449 { "nvramdl.cgi*", NULL, download_hdr, NULL, do_nvramdl_cgi, do_auth },
16450 { "nvramul.cgi*", NULL, "text/html", do_nvramul_post,do_nvramul_cgi , do_auth },
16452 { "cert_ul.cgi*", NULL, "text/html", do_cert_ul_post, do_cert_ul_cgi , do_auth },
16453 { "as_x509_cert_dl.cgi*", NULL, as_cert_download_hdr, NULL, do_as_x509_cert_dl_cgi, do_auth },
16454 { "user_x509_cert_dl.cgi*", NULL, user_cert_download_hdr, do_apply_post, do_user_x509_cert_dl_cgi, do_auth },
16457 { "plc.cgi*", "text/html", no_cache, BcmPostParse, do_plc_cgi, do_auth },
16458 { "plc-restart.cgi*", "text/html", no_cache, BcmPostParse, do_plc_cgi_restart, do_auth },