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

  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 27 #define MAX_MSEARCH 20 /* max simultaneous M-SEARCH replies ongoing */
363 * M-SEARCH replies
458 int replies; local
460 replies = dl_list_len(&sm->msearch_replies);
462 "outstanding)", replies);
463 if (replies >= MAX_MSEARCH) {
465 "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/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/ipsec-tools/src/racoon/
isakmp_xauth.c 583 int replies = 0; local
    [all...]

Completed in 745 milliseconds