Searched refs:prot_str (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Drtspd.c333 static char prot_str[5]; local
350 prot_str,
355 if(!strcmp(prot_str, "HTTP")) {
358 else if(!strcmp(prot_str, "RTSP")) {
363 logmsg("got unknown protocol %s", prot_str);
379 request, doc, prot_str, prot_major, prot_minor);
382 prot_str, prot_major, prot_minor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-eh.c2346 static const char *prot_str[] = { local
2355 prot_str[qc->tf.protocol], qc->nbytes,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c5765 char *prot_str; local
5771 prot_str = ((phytype == WLC_PHY_TYPE_N) || (phytype == WLC_PHY_TYPE_SSN) ||
5799 prot_str);
5801 nvram_match(prot_str, "auto")?"selected":"");
5803 nvram_match(prot_str, "off")?"selected":"");
5814 char *prot_str; local
5837 prot_str = "wl_mimo_preamble";
5843 ret += websWrite(wp, "\t\t<select name=\"%s\">\n", prot_str);
5845 nvram_match(prot_str, "gfbcm")?"selected":"");
5847 nvram_match(prot_str, "aut
[all...]

Completed in 179 milliseconds