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

  /external/ppp/pppd/plugins/pppoatm/
ans.c 47 int questions,answers; local
53 * Response header: id, flags, #queries, #answers, #authority,
60 answers = GET16(answer+6);
61 if (answers < 1) return TRY_OTHER;
71 * Iterate over answers until we find something we like, giving priority
75 while (answers--) {
  /external/qemu/telephony/
sim_card.c 332 static const struct { const char* cmd; const char* answer; } answers[] = local
440 for (nn = 0; answers[nn].cmd != NULL; nn++) {
441 if ( !strcmp( answers[nn].cmd, cmd ) ) {
442 return answers[nn].answer;
  /external/chromium/third_party/libevent/
evdns.c 819 u16 trans_id, questions, answers, authority, additional, datalength; local
829 GET16(answers);
846 /* if (!answers) return; */ /* must have an answer of some form */
882 for (i = 0; i < answers; ++i) {
964 u16 trans_id, flags, questions, answers, authority, additional; local
971 GET16(answers);
1010 /* Ignore answers, authority, and additional. */
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 65 milliseconds