Searched defs:id (Results 1 - 25 of 27) sorted by relevance

12

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c72 h_stdout_stderr(const char *id) argument
74 fprintf(stdout, "Line 1 to stdout for %s\n", id);
75 fprintf(stdout, "Line 2 to stdout for %s\n", id);
76 fprintf(stderr, "Line 1 to stderr for %s\n", id);
77 fprintf(stderr, "Line 2 to stderr for %s\n", id);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Ddispatch.h71 * "id" is the received message id,
84 isc_int32_t id; /*%< message id */ member in struct:dns_dispatchevent
385 *\li &lt;id, dest> is a unique tuple. That means incoming messages
401 * Stops the flow of responses for the provided id and destination.
H A Dresolver.h68 * 'rdataset', 'sigrdataset', 'client' and 'id' are the values that were
83 dns_messageid_t id; member in struct:dns_fetchevent
267 isc_sockaddr_t *client, isc_uint16_t id,
295 *\li 'client' and 'id' are used for duplicate query detection. '*client'
H A Dmessage.h185 dns_messageid_t id; member in struct:dns_message
964 * it and fill in "*idp" with the message id, and "*flagsp" with the flags.
972 *\li if (idp != NULL) *idp == message id.
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dthread.c31 unsigned int id; local
33 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id);
/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Ddestroyobj.c1 /* destroyobj [-s $slot] [-i $id | -l $label] [-p $pin] */
28 int id = 0, i = 0; local
43 id = atoi(optarg);
44 id &= 0xffff;
62 if (errflg || ((!id) && (!label))) {
64 "usage: destroykey [-s slot] [-i id | -l label] [-p pin]\n");
67 if (id) {
68 printf("id %i\n", id);
69 attr_id[0] = (id >>
[all...]
H A Dlistobjs.c1 /* listobjs [-P] [-s slot] [-i $id | -l $label] [-p $pin] */
28 int i = 0, id = 0; local
46 id = atoi(optarg);
47 id &= 0xffff;
67 "usage: listobjs [-P] [-s slot] [-p pin] -i id | $label\n");
70 if ((!id) && (!label))
74 if (id) {
75 printf("id %i\n", id);
76 attr_id[0] = (id >>
[all...]
H A Dreadkey.c45 CK_BYTE id[32]; local
48 {CKA_ID, &id, sizeof (id)},
167 printf("%02x", id[i]);
H A Dwritekey.c1 /* writekey [-s $slot] [-p $pin] -l $label -i $id -f $filename */
45 int id = 0; local
60 id = atoi(optarg);
61 id &= 0xffff;
79 if ((errflg) || (!label) || (!id) || (!filename)) {
81 "usage: writekey [-s slot] [-p pin] -l label -i id "
189 new_id[0] = (id >> 8) & 0xff;
190 new_id[1] = id & 0xff;
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtp.c132 atf_tp_has_tc(const atf_tp_t *tp, const char *id) argument
134 const atf_tc_t *tc = find_tc(tp, id);
139 atf_tp_get_tc(const atf_tp_t *tp, const char *id) argument
141 const atf_tc_t *tc = find_tc(tp, id);
/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c138 io(dns_name_t *name, int id, int alg, int type, isc_mem_t *mctx) { argument
142 ret = dst_key_fromfile(name, id, alg, type, current, mctx, &key);
H A Dt_dst.c276 io(dns_name_t *name, int id, int alg, int type, isc_mem_t *mctx, argument
292 ret = dst_key_fromfile(name, id, alg, type, current, mctx, &key);
636 int id, int alg, int type,
711 isc_result = dst_key_fromfile(name, id, alg, type, NULL, mctx, &key);
635 t2_sigchk(char *datapath, char *sigpath, char *keyname, int id, int alg, int type, isc_mem_t *mctx, char *expected_result, int *nfails, int *nprobs) argument
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dlog.h92 * structures names each category, and the id value is initialized by calling
97 unsigned int id; member in struct:isc_logcategory
105 unsigned int id; member in struct:isc_logmodule
340 *\li The value of the id integer in each structure is overwritten
341 * by this function, and so id need not be initialized to any particular
348 * categories array, and its "id" member set to UINT_MAX.
378 *\li The value of the id integer in each structure is overwritten
379 * by this function, and so id need not be initialized to any particular
386 * modules array, and its "id" member set to UINT_MAX.
505 *\li category is NULL or has an id tha
[all...]
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dclient.h152 dns_messageid_t id; member in struct:ns_client::__anon8
197 * send msg as a response using client->message->id for the id.
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h120 cfg_obj_t *id; /*%< Used for 'named maps' like keys, zones, &c */ member in struct:cfg_map
/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1070 void CBINDInstallDlg::SetCurrent(int id, ...) { argument
1075 format.LoadString(id);
1078 va_start(va, id);
1153 int CBINDInstallDlg::MsgBox(int id, ...) { argument
1158 format.LoadString(id);
1161 va_start(va, id);
1168 int CBINDInstallDlg::MsgBox(int id, UINT type, ...) { argument
1173 format.LoadString(id);
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_api.c94 dns_keytag_t id,
390 dst_key_fromfile(dns_name_t *name, dns_keytag_t id, argument
408 result = buildfilename(name, id, alg, type, directory, &b);
423 if (!dns_name_equal(name, key->key_name) || id != key->key_id ||
428 key->key_id = id;
440 dns_keytag_t id; local
484 id = pubkey->key_id;
509 if (id != key->key_id)
563 dns_keytag_t id; local
577 id
1227 buildfilename(dns_name_t *name, dns_keytag_t id, unsigned int alg, unsigned int type, const char *directory, isc_buffer_t *out) argument
[all...]
H A Drequest.c685 dns_messageid_t id; local
754 req_response, request, &id,
777 r.base[0] = (id>>8) & 0xff;
778 r.base[1] = id & 0xff;
885 dns_messageid_t id; local
951 req_response, request, &id,
959 message->id = id;
H A Dtsig.c725 tsig.originalid = msg->id;
787 /* false positive: http://llvm.org/bugs/show_bug.cgi?id=14461 */
987 isc_uint16_t addcount, id; local
1049 /* false positive: http://llvm.org/bugs/show_bug.cgi?id=14461 */
1186 * Put in the original id.
1188 id = htons(tsig.originalid);
1189 memmove(&header[0], &id, 2);
1303 isc_uint16_t addcount, id; local
1427 * Put in the original id.
1431 id
[all...]
H A Dxfrin.c115 dns_messageid_t id; member in struct:dns_xfrin_ctx
804 xfr->id = (isc_uint16_t)(tmp & 0xffff);
1093 xfr->id++;
1098 msg->id = xfr->id;
1215 (xfr->checkid && msg->id != xfr->id)) {
H A Dmessage.c378 m->id = 0;
686 * 2 bytes for the original id
1599 msg->id = isc_buffer_getuint16(source);
2034 isc_buffer_putuint16(target, msg->id);
2453 dns_messageid_t id; local
2464 id = isc_buffer_getuint16(&buffer);
2471 *idp = id;
3274 ADD_STRING(target, ", id: ");
3275 snprintf(buf, sizeof(buf), "%6u", msg->id);
H A Ddispatch.c72 unsigned int qid_increment; /*%< id increment on collision */
140 dns_messageid_t id; member in struct:dns_dispentry
580 * Return a hash of the destination and message id.
583 dns_hash(dns_qid_t *qid, isc_sockaddr_t *dest, dns_messageid_t id, argument
589 ret ^= (id << 16) | port;
999 * Find an entry for query ID 'id', socket address 'dest', and port number
1004 entry_search(dns_qid_t *qid, isc_sockaddr_t *dest, dns_messageid_t id, argument
1014 if (res->id == id && isc_sockaddr_equal(dest, &res->host) &&
1125 dns_messageid_t id; local
1417 dns_messageid_t id; local
2965 dns_messageid_t id; local
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dclient.c891 * Copy message to buffer and fixup id.
897 r.base[0] = (client->message->id >> 8) & 0xff;
898 r.base[1] = client->message->id & 0xff;
1155 message->id == client->formerrcache.id &&
1167 client->formerrcache.id = message->id;
1393 dns_messageid_t id; local
1516 result = dns_message_peekheader(buffer, &id, &flags);
2078 client->formerrcache.id
[all...]
H A Dxfrout.c834 unsigned int id; /* ID of request */ member in struct:__anon19
861 unsigned int id, dns_name_t *qname, dns_rdatatype_t qtype,
1231 CHECK(xfrout_ctx_create(mctx, client, request->id,
1243 CHECK(xfrout_ctx_create(mctx, client, request->id,
1314 xfrout_ctx_create(isc_mem_t *mctx, ns_client_t *client, unsigned int id, argument
1336 xfr->id = id;
1472 msg->id = xfr->id;
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c129 unsigned short int id; member in struct:query_status
1398 dispatch_query(unsigned short int id, char *dom, int qt, u_char **pktp, argument
1404 unsigned short int net_id = htons(id);
1524 status[count].id = use_query_id;
1601 * Removes (sets in_use = FALSE) the record for the given query id in
1605 register_response(unsigned short int id, unsigned int rcode, char *qname, argument
1614 struct query_mininfo *qi = &timeout_queries[id];
1624 if (status[ct].in_use == TRUE && status[ct].id == id &&
1652 "unexpected (maybe timed out) id
[all...]

Completed in 101 milliseconds

12