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

  /external/ipsec-tools/
setup.c 168 int replies = 0; local
177 for (p = NULL; replies < 2 && (p = pfkey_recv(key)) != NULL; free(p)) {
184 replies += !p->sadb_msg_seq;
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 27 #define MAX_MSEARCH 20 /* max simultaneous M-SEARCH replies ongoing */
373 * M-SEARCH replies
468 int replies; local
470 replies = dl_list_len(&sm->msearch_replies);
472 "outstanding)", replies);
473 if (replies >= MAX_MSEARCH) {
475 "M-SEARCH replies");
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SocialProvider.java 211 // Adjust thread timestamps on replies that have already been inserted
254 * to check if there are any replies in the database and if so adjust their thread_published.
265 int replies = db.update(Tables.ACTIVITIES, values, local
268 if (replies == 0) {
276 ArrayList<String> rawIds = new ArrayList<String>(replies);
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 653 int replies = 0; local
    [all...]
  /external/ppp/pppd/
auth.c 1475 int replies = 0; local
    [all...]

Completed in 315 milliseconds