/external/ppp/pppd/ |
D | session.c | 127 int replies = 0; in conversation() local 133 for (replies = 0; replies < num_msg; replies++) { in conversation() 134 switch (msg[replies]->msg_style) { in conversation() 136 reply[replies].resp_retcode = PAM_SUCCESS; in conversation() 137 reply[replies].resp = COPY_STRING(PAM_username); in conversation() 141 reply[replies].resp_retcode = PAM_SUCCESS; in conversation() 142 reply[replies].resp = COPY_STRING(PAM_password); in conversation() 149 reply[replies].resp_retcode = PAM_SUCCESS; in conversation() 150 reply[replies].resp = NULL; in conversation()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | PacketDispatcher.java | 196 private Hashtable<Integer, ReplyPacket> replies; field in PacketDispatcher.CommandsSynchronyzer 203 replies = new Hashtable<Integer, ReplyPacket>(); in CommandsSynchronyzer() 246 synchronized (replies) { in notifyThread() 247 replies.put(new Integer(replyPacket.getId()), in notifyThread() 315 synchronized (replies) { in waitForReply() 316 currentReply = replies.remove(Id); in waitForReply() 407 synchronized (replies) { in receiveReply() 409 ReplyPacket currentReply = replies.remove(new Integer(commandId)); in receiveReply() 421 replies.wait(100); in receiveReply()
|
/external/libpcap/ |
D | rpcap-protocol.c | 165 static const char *replies[] = variable 180 #define NUM_REPLY_TYPES (sizeof replies / sizeof replies[0]) 189 return replies[type]; in rpcap_msg_type_string()
|
/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | bidi_call.rb | 93 replies = nil 97 replies = gen_each_reply.call(requests) 99 replies = gen_each_reply.call(requests, @req_view) 104 write_loop(replies, is_client: false)
|
D | active_call.rb | 462 replies = enum_for(:each_remote_read_then_finish) 463 return replies unless block_given? 464 replies.each { |r| yield r }
|
D | rpc_desc.rb | 94 replies = mth.call(req, call) 95 replies.each { |r| active_call.remote_send(r) }
|
/external/python/cpython2/Demo/rpc/ |
D | rpc.py | 431 replies = [] 453 replies.append((reply, fromaddr)) 456 return replies 626 self.replies.append((result, fromaddr)) 639 self.replies = [] 643 return self.replies 849 replies = pmap.Getport((100002, 1, IPPROTO_UDP, 0))
|
/external/openssh/ |
D | PROTOCOL.mux | 5 This field is returned in replies as "client request id" to facilitate 90 The server replies with: 128 For dynamically allocated listen port the server replies with 224 XXX inject packet (what about replies)
|
/external/mockftpserver/tags/2.0-rc1/ |
D | CHANGELOG.txt | 9 …valid user accounts and credentials. The FakeFtpServer then responds with appropriate replies and … 23 - BUG FIX: Terminate replies with <CRLF> (\r\n).
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ssdp.c | 454 int replies; in msearchreply_state_machine_start() local 456 replies = dl_list_len(&sm->msearch_replies); in msearchreply_state_machine_start() 458 "outstanding)", replies); in msearchreply_state_machine_start() 459 if (replies >= MAX_MSEARCH) { in msearchreply_state_machine_start()
|
/external/curl/tests/data/ |
D | test126 | 26 FTP download with multiple replies at once in RETR
|
/external/mockftpserver/tags/1.2.2/src/site/apt/ |
D | stubftpserver-getting-started.apt | 138 * LIST - replies with a predefined directory listing 140 * PWD - replies with a predefined directory pathname 142 * DELE - replies with an error reply code (450) 144 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/tags/1.0/src/site/apt/ |
D | stubftpserver-getting-started.apt | 138 * LIST - replies with a predefined directory listing 140 * PWD - replies with a predefined directory pathname 142 * DELE - replies with an error reply code (450) 144 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/tags/1.2.3/src/site/apt/ |
D | stubftpserver-getting-started.apt | 138 * LIST - replies with a predefined directory listing 140 * PWD - replies with a predefined directory pathname 142 * DELE - replies with an error reply code (450) 144 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/tags/1.2/src/site/apt/ |
D | stubftpserver-getting-started.apt | 138 * LIST - replies with a predefined directory listing 140 * PWD - replies with a predefined directory pathname 142 * DELE - replies with an error reply code (450) 144 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/site/apt/ |
D | stubftpserver-getting-started.apt | 138 * LIST - replies with a predefined directory listing 140 * PWD - replies with a predefined directory pathname 142 * DELE - replies with an error reply code (450) 144 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/tags/1.2.1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 138 * LIST - replies with a predefined directory listing 140 * PWD - replies with a predefined directory pathname 142 * DELE - replies with an error reply code (450) 144 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/tags/1.1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 138 * LIST - replies with a predefined directory listing 140 * PWD - replies with a predefined directory pathname 142 * DELE - replies with an error reply code (450) 144 * RETR - replies with predefined contents for a retrieved file
|
/external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/ |
D | control | 12 this test replies to a DHCPREQUEST method with a subset of the
|
/external/strace/xlat/ |
D | nbd_ioctl_flags.in | 22 /* The server supports NBD_CMD_FLAG_DF (don't fragment replies) */
|
/external/mockftpserver/tags/2.1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 311 * LIST - replies with a predefined directory listing 313 * PWD - replies with a predefined directory pathname 315 * DELE - replies with an error reply code (450) 317 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | stubftpserver-getting-started.apt | 311 * LIST - replies with a predefined directory listing 313 * PWD - replies with a predefined directory pathname 315 * DELE - replies with an error reply code (450) 317 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/branches/1.x_Branch/src/site/apt/ |
D | stubftpserver-getting-started.apt | 143 * LIST - replies with a predefined directory listing 145 * PWD - replies with a predefined directory pathname 147 * DELE - replies with an error reply code (450) 149 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/tags/2.0-rc1/src/site/apt/ |
D | stubftpserver-getting-started.apt | 143 * LIST - replies with a predefined directory listing 145 * PWD - replies with a predefined directory pathname 147 * DELE - replies with an error reply code (450) 149 * RETR - replies with predefined contents for a retrieved file
|
/external/mockftpserver/tags/1.2.4/src/site/apt/ |
D | stubftpserver-getting-started.apt | 143 * LIST - replies with a predefined directory listing 145 * PWD - replies with a predefined directory pathname 147 * DELE - replies with an error reply code (450) 149 * RETR - replies with predefined contents for a retrieved file
|