Searched refs:fcmd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/rt-tester/
H A Drt-tester.py207 fcmd = open(fname, 'w') variable
208 fcmd.write(cmdstr)
209 fcmd.close()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2pack.h126 unsigned char fcmd; // The flow control command (37) member in struct:_flowIn
H A Di2lib.c204 pCh->infl.fcmd = 37;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dftp.c947 ftpport fcmd) /* start with this */
1225 for(; fcmd != DONE; fcmd++) {
1227 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd))
1231 if((PORT == fcmd) && sa->sa_family != AF_INET)
1248 if(EPRT == fcmd) {
1257 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd],
1272 else if(PORT == fcmd) {
1288 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], tmp);
1302 ftpc->count1 = fcmd;
946 ftp_state_use_port(struct connectdata *conn, ftpport fcmd) argument
2073 ftpport fcmd = (ftpport)ftpc->count1; local
[all...]

Completed in 124 milliseconds