Searched refs:answer (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/network/
H A Dres_send.c6 int __res_send(const unsigned char *msg, int msglen, unsigned char *answer, int anslen) argument
8 int r = __res_msend(1, &msg, &msglen, &answer, &anslen, anslen);
/seL4-camkes-master/projects/camkes/apps/multiplier/components/Client/src/
H A Dclient.c27 printf("%s: what's the answer to ", name);
44 int answer = a_calculate(operands_sz, operands, &other_sz, &other, &inplace_sz, &inplace); local
46 printf("%s: first result was %d\n", name, answer);
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_mdns.c1087 * @param answer Authority record received from peer which is simult. probed.
1092 struct pico_dns_record *answer)
1098 if ((!cookie) || !answer || (cookie->type != PICO_MDNS_PACKET_TYPE_PROBE)) {
1106 peer_record.record = answer;
1912 * @param qclass Whether the answer should be sent via unicast or not.
1922 /* Create an answer record vector */
1937 /* Set all the flags of the answer accordingly */
1953 * @return mDNS record tree with possible answer to the question. Can possibly
1992 * When a query-cookie is found for a RCVD answer, the cookie should be
1995 * @param cookie Cookie that contains the question for the RCVD answer
1091 pico_mdns_cookie_apply_spt( struct pico_mdns_cookie *cookie, struct pico_dns_record *answer) argument
2169 struct pico_dns_record answer; local
2655 struct pico_dns_record answer = { local
[all...]
/seL4-camkes-master/projects/lwip/src/apps/mdns/
H A Dmdns.c22 * - Individual known answer detection for all local IPv6 addresses
162 /** TXT record to answer with */
251 * question again in reply before answer) */
255 /* Bitmask for which reverse IPv6 hosts to answer */
281 /** Length of variable answer */
283 /** Offset of start of variable answer in packet */
889 * A question contains domain, type and class. Since an answer also starts with these fields this function is also
892 * @param domain The domain name the answer is for
893 * @param type The DNS type of the answer (like 'AAAA', 'SRV')
894 * @param klass The DNS type of the answer (lik
1118 mdns_read_answer(struct mdns_packet *pkt, struct mdns_answer *answer) argument
[all...]

Completed in 71 milliseconds