Searched refs:sending (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Ddict.c211 failf(data, "Failed sending DICT request");
258 failf(data, "Failed sending DICT request");
280 failf(data, "Failed sending DICT request");
H A Dhttp.h136 HTTPSEND_REQUEST, /* sending a request */
137 HTTPSEND_BODY, /* sending body */
139 } sending; member in struct:HTTP
H A Dhttp.c317 * Keep sending since we must not disconnect
392 data left to send, keep on sending. */
394 /* rewind data when completely done sending! */
406 infof(data, "NTLM send, close instead of sending %" FORMAT_OFF_T
962 conn->data->req.forbidchunk = (http->sending == HTTPSEND_REQUEST)?TRUE:FALSE;
975 http->sending++; /* move one step up */
1124 /* set the new pointers for the request-sending */
1131 http->sending = HTTPSEND_REQUEST;
1135 http->sending = HTTPSEND_BODY;
1141 when this function is used from the CONNECT sending functio
[all...]
H A Dtransfer.c111 (data->state.proto.http->sending == HTTPSEND_REQUEST)) {
112 /* We're sending the HTTP request headers, not the data.
242 * POST/PUT with multi-pass authentication when a sending was denied and a
251 /* explicitly switch off sending data on this connection now since we are
253 sending more data on the existing connection until the next transfer
772 may now close the connection. If there's now any kind of sending going
821 (data->state.proto.http->sending == HTTPSEND_BODY)) {
836 if(data->state.proto.http->sending == HTTPSEND_REQUEST)
837 /* We're sending the HTTP request headers, not the data.
1068 sending th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dadb-iop.c40 sending, enumerator in enum:adb_iop_state
85 if ((adb_iop_state == sending) && req && req->reply_expected) {
152 * Start sending an ADB packet, IOP style
174 printk("adb_iop_start %p: sending packet, %d bytes:", req, req->nbytes);
191 adb_iop_state = sending;
H A Dvia-macii.c106 sending, enumerator in enum:macii_state
343 /* Start sending ADB packet */
368 macii_state = sending;
374 * Relies on the ADB controller sending and receiving data, thereby
382 * for sending and Idle -> Even -> Odd -> Even ->...-> Idle for receiving.
435 case sending:
H A Dvia-cuda.c73 sending, enumerator in enum:cuda_state
507 cuda_state = sending;
511 case sending:
H A Dvia-maciisi.c77 sending, enumerator in enum:maciisi_state
397 printk(KERN_DEBUG "maciisi_start: sending\n");
411 maciisi_state = sending;
489 case sending:
H A Dvia-pmu68k.c83 sending, enumerator in enum:pmu_state
544 pmu_state = sending;
601 case sending:
H A Dvia-pmu.c117 sending, enumerator in enum:pmu_state
447 * Not that on Core99 machines, the PMU keeps sending us environement
1204 pmu_state = sending;
1456 case sending:
2253 * talk to the PMU after this, so I moved it to _after_ sending the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/debian/
H A Dinit.d37 # for example by sending it SIGHUP, do it here.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dxprt.c118 rpc_sleep_on(&xprt->sending, task, NULL, NULL);
167 rpc_sleep_on(&xprt->sending, task, NULL, NULL);
191 task = rpc_wake_up_next(&xprt->sending);
218 task = rpc_wake_up_next(&xprt->sending);
676 * xprt_prepare_transmit - reserve the transport before sending a request
768 rpc_sleep_on(&xprt->sending, task, NULL, NULL);
934 rpc_init_wait_queue(&xprt->sending, "xprt_sending");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dxprt.h145 struct rpc_wait_queue sending; /* requests waiting to send */ member in struct:rpc_xprt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c237 char *clean __P((register char *s, int sending));
684 char *clean(s, sending)
686 int sending; /* set to 1 when sending (putting) this string. */
690 int add_return = sending;
743 if (sending) {
756 if (sending && *s == '\0')
766 if (sending)
772 if (sending && phone_num) {
785 if (sending
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex227 will route \verb|3FFE::/16| via \verb|sit0|, sending all the packets
H A Dip-cref.tex412 is aware of multicasting i.e.\ sending packets to some subset of neighbouring
1264 --- the source address to prefer when sending to the destinations
1785 is equivalent to sending a packet along this path.
2338 packets in IPv4 packets and then sending them over the IP infrastructure.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dalpha.s3 # Thanks to tzeruch@ceddec.com for sending me the gcc output for
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S482 ;; sending back more characters than the descriptor has. The workaround
H A Dkeyspan_pda.S444 ;; sending back more characters than the descriptor has. The workaround

Completed in 232 milliseconds