| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_random.c | 60 ARGV *replies; /* reply values */ member in struct:__anon23226 72 dict_random->replies->argv[myrand() % dict_random->replies->argc]); 81 if (dict_random->replies) 82 argv_free(dict_random->replies); 154 dict_random->replies = 0; 164 &dict_random->replies, saved_name, 166 || dict_random->replies->argc == 0) {
|
| /src/external/bsd/libpcap/dist/ |
| rpcap-protocol.c | 166 static const char *replies[] = variable 181 #define NUM_REPLY_TYPES (sizeof replies / sizeof replies[0]) 190 return replies[type];
|
| /src/external/bsd/ppp/dist/pppd/ |
| session.c | 143 int replies = 0; local 149 for (replies = 0; replies < num_msg; replies++) { 150 switch (msg[replies]->msg_style) { 152 reply[replies].resp_retcode = PAM_SUCCESS; 153 reply[replies].resp = COPY_STRING(PAM_username); 157 reply[replies].resp_retcode = PAM_SUCCESS; 158 reply[replies].resp = COPY_STRING(PAM_password); 165 reply[replies].resp_retcode = PAM_SUCCESS [all...] |
| /src/external/apache2/mDNSResponder/dist/unittests/ |
| unittest_common.c | 136 while (req->replies) 138 reply_state *reply = req->replies; 139 req->replies = req->replies->next; 142 req->replies = NULL;
|
| /src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| clvmd.h | 47 struct node_reply *replies; member in struct:localsock_bits
|
| clvmd.c | 541 newfd->bits.localsock.replies = NULL; 632 NOTE: This won't race with real replies because they happen in the same thread. 645 reply = client->bits.localsock.replies; 665 number of replies that triggers the post command so we need to do it here 808 /* Send timed out message + replies we already have */ 1398 /* Add a reply to a command to the list of replies for this client. 1408 /* Add it to the list of replies */ 1426 reply->next = client->bits.localsock.replies; 1427 client->bits.localsock.replies = reply; 1434 DEBUGLOG("Got %d replies, expecting: %d\n" [all...] |
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_upnp_ssdp.c | 30 #define MAX_MSEARCH 20 /* max simultaneous M-SEARCH replies ongoing */ 359 * M-SEARCH replies 454 int replies; local 456 replies = dl_list_len(&sm->msearch_replies); 458 "outstanding)", replies); 459 if (replies >= MAX_MSEARCH) { 461 "M-SEARCH replies");
|
| /src/external/bsd/nsd/dist/doc/ |
| differences.tex | 318 NSD replies with AA bit cleared. BIND replies with AA bit on and includes a 382 \subsubsection{b-badquery-badanswer - BIND replies with bad answer for 386 BIND replies with an answer packet that cannot be parsed, or does 484 BIND includes the query sent for REFUSED answers. NSD replies with only 490 information. Sending the header makes NSD replies smaller and thus more 523 BIND includes the query sent for FORMERR answers. NSD replies with only 530 information. Sending the header makes NSD replies smaller and thus more 771 \subsection{b8-badquery-ignored - BIND 8 replies normally for some bad queries} 774 BIND8 manages to reply for malformed queries. NSD replies with FORMERR [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| uds_daemon.h | 202 struct reply_state *replies; // corresponding (active) reply list member in struct:request_state 234 mDNSBool no_reply; // don't send asynchronous replies to client 261 struct reply_state *next; // If there are multiple unsent replies
|
| uds_daemon.c | 496 // Now, if this request_state is not subordinate to some other primary, close file descriptor and discard replies 512 while (req->replies) // free pending replies 514 reply_state *ptr = req->replies; 515 req->replies = req->replies->next; 678 // If the request does not want asynchronous replies, then the reply is freed instead of being appended to any list. 691 ptr = &r->replies; 1617 if (tmp->replies) LogMsg("connection_termination ERROR How can subordinate req %p %d have replies queued?", tmp, tmp->sd) [all...] |
| /src/external/bsd/unbound/dist/contrib/ |
| unbound_munin_ | 261 p_config "unwanted.replies" "unwanted or unsolicited replies" "ABSOLUTE" 264 echo "graph_info DNS queries to the recursive resolver. The unwanted replies could be innocent duplicate packets, late replies, or spoof threats." 458 unwanted.replies; do
|
| /src/external/bsd/ipf/dist/ |
| HISTORY | 421 Relax checking of ftp replies, slightly. 546 fix problem where source address in icmp replies is reversed
|
| /src/external/mpl/dhcp/dist/ |
| configure | 1462 --enable-delayed-ack queues multiple DHCPACK replies (default is yes)
|