HomeSort by relevance Sort by last modified time
    Searched refs:replies (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 30 #define MAX_MSEARCH 20 /* max simultaneous M-SEARCH replies ongoing */
366 * M-SEARCH replies
461 int replies; local
463 replies = dl_list_len(&sm->msearch_replies);
465 "outstanding)", replies);
466 if (replies >= MAX_MSEARCH) {
468 "M-SEARCH replies");
  /external/ppp/pppd/
auth.c 1475 int replies = 0; local
    [all...]
  /external/ipsec-tools/
setup.c 173 int replies = 0; local
182 for (p = NULL; replies < 2 && (p = pfkey_recv(key)) != NULL; free(p)) {
189 replies += !p->sadb_msg_seq;
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-unicode-handling.js 26 'Test for proper handling of Unicode RegExps and <a href="http://bugzilla.webkit.org/show_bug.cgi?id=7445">bug 7445</a>: Gmail puts wrong subject in replies.'
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 152 int no_reply; // don't send asynchronous replies to client
155 struct reply_state *replies; // corresponding (active) reply list member in struct:request_state
237 struct reply_state *next; // If there are multiple unsent replies
321 // Now, if this request_state is not subordinate to some other primary, close file descriptor and discard replies
329 while (req->replies) // free pending replies
331 reply_state *ptr = req->replies;
332 req->replies = req->replies->next;
390 reply_state **ptr = &r->replies;
    [all...]
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 162 * Messaging port, adding |onDone| to the list of pending replies.
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 583 int replies = 0; local
    [all...]

Completed in 693 milliseconds