Searched refs:bindings (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c176 gss_channel_bindings_t bindings; local
179 bindings = malloc(sizeof(*bindings));
180 if (bindings == NULL)
184 &bindings->initiator_addrtype,
185 &bindings->initiator_address);
187 &bindings->acceptor_addrtype,
188 &bindings->acceptor_address);
190 bindings->application_data.length = 0;
191 bindings
355 gss_channel_bindings_t bindings; local
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c176 gss_channel_bindings_t bindings; local
179 bindings = malloc(sizeof(*bindings));
180 if (bindings == NULL)
184 &bindings->initiator_addrtype,
185 &bindings->initiator_address);
187 &bindings->acceptor_addrtype,
188 &bindings->acceptor_address);
190 bindings->application_data.length = 0;
191 bindings
355 gss_channel_bindings_t bindings; local
[all...]
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpagent.c219 resp->bindings[i].var = pdu->bindings[i].var;
220 if ((tp = find_node(&pdu->bindings[i], &except)) == NULL) {
231 resp->bindings[i].syntax = except;
235 resp->bindings[i].syntax = tp->syntax;
236 ret = (*tp->op)(&context.ctx, &resp->bindings[i],
250 resp->bindings[i].syntax = SNMP_SYNTAX_NOSUCHINSTANCE;
261 err = snmp_binding_encode(resp_b, &resp->bindings[i]);
413 result = do_getnext(&context, &pdu->bindings[i],
414 &resp->bindings[
[all...]
H A Dsnmpclient.c449 pdu->bindings[pdu->nbindings].syntax = SNMP_SYNTAX_NULL;
450 pdu->bindings[pdu->nbindings].var = descr->last_change;
455 pdu->bindings[pdu->nbindings].var = descr->table;
456 pdu->bindings[pdu->nbindings].syntax = SNMP_SYNTAX_NULL;
486 for (b = resp->bindings; b < resp->bindings + resp->nbindings; b++) {
487 if (work->descr->last_change.len != 0 && b == resp->bindings) {
601 work.pdu.bindings[work.pdu.nbindings - 1].var =
602 resp.bindings[resp.nbindings - 1].var;
691 work->pdu.bindings[wor
[all...]
H A Dsnmp.h194 struct snmp_value bindings[SNMP_MAX_BINDINGS]; member in struct:snmp_pdu
H A Dsnmp.c256 v = pdu->bindings;
260 snmp_error("too many bindings (> %u) in PDU",
421 * Decode the PDU except for the variable bindings itself.
727 * Encode the SNMP PDU without the variable bindings field.
1000 if ((err = snmp_binding_encode(resp_b, &pdu->bindings[idx]))
1080 dump_binding(&pdu->bindings[i]);
1214 snmp_value_free(&pdu->bindings[i]);
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrap.c450 pdu->bindings[0].var = oid_sysUpTime;
451 pdu->bindings[0].var.subs[pdu->bindings[0].var.len++] = 0;
452 pdu->bindings[0].syntax = SNMP_SYNTAX_TIMETICKS;
453 pdu->bindings[0].v.uint32 = get_ticks() - start_tick;
455 pdu->bindings[1].var = oid_snmpTrapOID;
456 pdu->bindings[1].var.subs[pdu->bindings[1].var.len++] = 0;
457 pdu->bindings[1].syntax = SNMP_SYNTAX_OID;
458 pdu->bindings[
[all...]
H A Dmain.c369 * Check whether access to each of var bindings in the PDU is allowed based
470 suboid = asn_is_suboid(&view->subtree, &pdu->bindings[i].var);
632 asn_append_oid(&(pdu->bindings[pdu->nbindings++].var),
639 asn_append_oid(&(pdu->bindings[pdu->nbindings++].var),
/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.h70 /* Link to chain together various bindings for this name. */
82 /* Datatype used to temporarily save C++ bindings (for implicit
241 Only used at present for SK_CLEANUP temporary bindings. */
274 (*(cfun && cp_function_chain->bindings \
275 ? &cp_function_chain->bindings \
276 : &scope_chain->bindings))
H A Dcp-tree.h205 cxx_binding *bindings;
392 (LANG_IDENTIFIER_CAST (NODE)->bindings)
676 struct cp_binding_level *bindings;
760 struct cp_binding_level *bindings;
3443 as long as the current variable bindings; otherwise it only lives
204 cxx_binding *bindings; local
674 struct cp_binding_level *bindings; local
758 struct cp_binding_level *bindings; local
H A Ddecl.c731 popped all the bindings. */
796 /* All temporary bindings created for cleanups are popped silently. */
10662 the bindings for any template parameters surrounding DECL1, if it
11090 f->bindings = NULL;
11455 f->bindings = NULL;
11470 bindings for the template parameters that we added in
H A Dname-lookup.c36 /* The bindings for a particular name in a particular scope. */
297 bindings) in the class scope indicated by SCOPE. */
311 /* Fixup the current bindings, as they might have moved. */
358 /* And put it on the front of the list of bindings for ID. */
395 identifier. Unhook it from the list of bindings. */
1816 scope, a using decl might extend any previous bindings). */
2088 /* Shift the old and new bindings around so we're comparing class and
2480 /* Remove the bindings for all of the class-level declarations. */
2758 here. This function is only used to register bindings
2771 stack of bindings fo
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1365 warnx("Too many bindings in PDU - %u", snmptoolctx->objects + 1);
1537 if (asn_compare_oid(&req->bindings[i].var,
1538 &resp->bindings[i].var) != 0) {
1543 if (snmp_client.version != SNMP_V1 && (resp->bindings[i].syntax
1544 == SNMP_SYNTAX_NOSUCHOBJECT || resp->bindings[i].syntax ==
1558 warnx("Bad number of bindings in response");
1563 if (asn_is_suboid(&req->bindings[N].var,
1564 &resp->bindings[N].var) == 0)
1566 if (resp->bindings[N].syntax == SNMP_SYNTAX_ENDOFMIBVIEW)
1573 if (asn_is_suboid(&req->bindings[
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c328 asn_append_oid(&(pdu->bindings[pdu->nbindings].var), &(obj->val.var));
415 &(resp.bindings[resp.error_index - 1]),
453 asn_append_oid(&(pdu->bindings[0].var), var);
471 asn_append_oid(&root, &(req.bindings[0].var));
482 if (!(asn_is_suboid(&root, &(resp.bindings[0].var)))) {
496 &(resp.bindings[0].var), &req);
1053 if (snmpset_add_value(&(pdu->bindings[pdu->nbindings]), &(obj->val))
1057 asn_append_oid(&(pdu->bindings[pdu->nbindings].var), &(obj->val.var));
1088 &(resp.bindings[resp.error_index - 1]),
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Datmconfig_device.c374 snmp_oid_append(&pdu.bindings[n + 0].var, "i",
376 pdu.bindings[n + 0].v.integer = mode;
/freebsd-9.3-release/contrib/expat/lib/
H A Dxmlparse.c188 BINDING *bindings; member in struct:tag
912 /* moves list of bindings to freeBindingList */
914 moveToFreeBindingList(XML_Parser parser, BINDING *bindings) argument
916 while (bindings) {
917 BINDING *b = bindings;
918 bindings = bindings->nextTagBinding;
937 moveToFreeBindingList(parser, tag->bindings);
938 tag->bindings = NULL;
1117 destroyBindings(BINDING *bindings, XML_Parse argument
2475 BINDING *bindings = NULL; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c276 function scope, as are bindings of undeclared identifiers to
309 The bindings list is strictly in reverse order of declarations;
321 /* All bindings in this scope. */
322 struct c_binding *bindings;
330 bindings sorted innermost to outermost. */
361 labels, bindings to error_mark_node, and the lazily-created
362 bindings of __func__ and its friends get this scope. */
516 b->prev = scope->bindings;
517 scope->bindings = b;
551 and get_parm_info to iterate destructively over all the bindings
320 struct c_binding *bindings; local
[all...]
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex265 Where they exist, we follow the IEEE1275 bindings that specify how to
269 bindings for many modern buses and devices. In particular, embedded
271 covered. We intend to create new bindings for such buses, in keeping
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_driver.c4031 static const Binding_Info bindings[MAX_FORM_COMMAND - MIN_FORM_COMMAND + 1] = variable
4160 ((bindings[c - MIN_FORM_COMMAND].keycode & Key_Mask) == c))
4161 BI = &(bindings[c - MIN_FORM_COMMAND]);

Completed in 261 milliseconds