Searched refs:id (Results 1 - 25 of 48) sorted by relevance

12

/bind-9.6-ESV-R11/bin/tests/system/
H A Dtestsock.pl28 my $id = 0;
30 "i=i" => \$id);
33 if ($id != 0) {
34 @ids = ($id);
39 foreach $id (@ids) {
40 my $addr = pack("C4", 10, 53, 0, $id);
H A Dans.pl125 my $id = $request->header->id;
130 $packet->header->id($id);
315 my $id = $request->header->id;
320 $packet->header->id($id);
391 $packet->header->id($id);
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_test.c96 #define H_DEF(id, macro) \
97 ATF_TC_HEAD(h_ ## id, tc) \
101 ATF_TC_BODY(h_ ## id, tc) \
108 #define H_CHECK_HEAD_NAME(id) ATF_TC_HEAD_NAME(h_check_ ## id)
109 #define H_CHECK_BODY_NAME(id) ATF_TC_BODY_NAME(h_check_ ## id)
110 #define H_CHECK(id, condition) \
111 H_DEF(check_ ## id, ATF_CHECK(condition))
113 #define H_CHECK_MSG_HEAD_NAME(id) ATF_TC_HEAD_NAM
[all...]
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/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/contrib/pkcs11-keygen/
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 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 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;
H A Dgenkey.sh10 t ) id=$OPTARG ;;
52 echo "Set key id"
/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.h89 int MsgBox(int id, ...);
90 int MsgBox(int id, UINT type, ...);
93 void SetCurrent(int id, ...);
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/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/unit/atf-src/atf-report/
H A Dintegration_test.sh343 <tp id="dir1/tp1">
344 <tc id="main">
348 <tp id="dir1/tp2">
349 <tc id="main">
353 <tp id="tp3">
354 <tc id="main">
358 <tp id="tp4">
359 <tc id="main">
363 <tp id="tp5">
400 <tp id
[all...]
H A Dtests-results.css167 table.tcs-summary td.tp-id {
173 table.tcs-summary td.tc-id p {
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c88 #define MAKE_NAMEPREP_HANDLE(version, id) \
90 compose_sym2(nameprep_map_, id), \
91 compose_sym2(nameprep_prohibited_, id), \
92 compose_sym2(nameprep_unassigned_, id), \
93 compose_sym2(nameprep_biditype_, id), }
/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/lib/isc/
H A Dlog.c591 if (catp->id == UINT_MAX)
601 catp->id = UINT_MAX;
605 * Update the id number of the category with its new global id.
608 catp->id = lctx->category_count++;
619 if (catp->id == UINT_MAX)
658 if (modp->id == UINT_MAX)
668 modp->id = UINT_MAX;
672 * Update the id number of the module with its new global id
[all...]
/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 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/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'
/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...]
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dbad.conf51 server-id none;
H A Dgood.conf55 server-id none;

Completed in 261 milliseconds

12