| /src/libexec/talkd/ |
| print.c | 60 static const char *answers[] = { variable 71 #define NANSWERS (sizeof (answers) / sizeof (answers[0])) 104 ap = answers[rp->answer];
|
| /src/usr.bin/talk/ |
| invite.c | 132 static const char *answers[] = { variable 143 #define NANSWERS (sizeof (answers) / sizeof (answers[0])) 158 message(answers[response.answer]);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dns-msg.h | 188 dns_rr_t *NULLABLE answers; member in struct:dns_message
|
| dnssd-proxy.c | 186 answer_t *next; // List of answers to a question. 203 answer_t *answers; // Answers this question has received. member in struct:question 585 if (question->answers != NULL) { 699 // De-allocate answers 700 answer_t *answer = question->answers; 707 question->answers = NULL; 710 // The finalize function will deallocate answers associated with the question, 2282 response_query = NULL; // More answers coming. 2339 SECTION_CASE(1, ancount, answers); [all...] |
| /src/external/bsd/libevent/dist/ |
| evdns.c | 1045 u16 trans_id, questions, answers, authority, additional, datalength; local 1057 GET16(answers); 1075 /* if (!answers) return; */ /* must have an answer of some form */ 1120 for (i = 0; i < answers; ++i) { 1244 u16 trans_id, flags, questions, answers, authority, additional; local 1253 GET16(answers); 1256 (void)answers; 1295 /* Ignore answers, authority, and additional. */ 1708 APPEND16(0); /* no answers */ 4311 * answers. * [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evdns.c | 1043 u16 trans_id, questions, answers, authority, additional, datalength; local 1055 GET16(answers); 1073 /* if (!answers) return; */ /* must have an answer of some form */ 1118 for (i = 0; i < answers; ++i) { 1242 u16 trans_id, flags, questions, answers, authority, additional; local 1251 GET16(answers); 1254 (void)answers; 1293 /* Ignore answers, authority, and additional. */ 1706 APPEND16(0); /* no answers */ 4309 * answers. * [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 1487 int count; /* Number of answers. */ 1488 unsigned char *answers[1]; /* Pointers to answers. */ member in struct:dns_answer
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| mDNSEmbeddedAPI.h | 1243 // Result fields: When the callback is invoked these fields contain the answers the client is looking for 1613 CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to send 1921 mDNSExpiredRecordPolicy_UseCached = 1, // Use expired cache records and immortalize unexpired answers. [1,2] 1922 mDNSExpiredRecordPolicy_Immortalize = 2 // Don't use expired records, but immortalize unexpired answers. [1,2] 1928 // that can be used as answers for the DNSQuestion. The mDNSQuestionEvent_NoMoreExpiredRecords event will be 2003 mDNSu32 RecentAnswerPkts; // Number of answers since the last time we sent this query 2005 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes 2006 mDNSu32 UniqueAnswers; // Number of answers received with kDNSClass_UniqueRRSet bit set 2044 mDNSu8 BrowseThreshold; // If we have received at least this number of answers, 2049 mDNSu8 LOAddressAnswers; // Number of answers from the local only auth records that ar 3187 const mDNSu8 *const answers = ((const mDNSu8 *)&hdr->numAnswers); local [all...] |