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;