Searched refs:oids (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/lib/libcrypto/objects/ |
| H A D | objects.pl | 223 $oids = join('L,',@a) . "L"; 224 if ($oids ne "L") 226 $oids = $pref_oid . $pref_sep . $oids; 230 $oids = $pref_oid; 232 return($oids);
|
| /openbsd-src/usr.bin/snmp/ |
| H A D | snmpc.c | 598 const char *oids; in snmpc_walk() local 609 oids = argc == 1 ? mib : argv[1]; in snmpc_walk() 618 if (smi_string2oid(oids, &oid) == -1) in snmpc_walk() 619 errx(1, "%s: Unknown object identifier", oids); in snmpc_walk() 632 errorindex, oids); in snmpc_walk() 711 errorindex, oids); in snmpc_walk() 844 char oids[SNMP_MAX_OID_STRLEN]; in snmpc_df() local 923 smi_oid2string(&oid, oids, sizeof(oids), in snmpc_df() 925 warn("df: can't print oid %s", oids); in snmpc_df() 1110 char oids[SNMP_MAX_OID_STRLEN]; in snmpc_print() local [all …]
|
| H A D | smi.c | 579 smi_mibtree(struct oid *oids) in smi_mibtree() argument 583 for (i = 0; oids[i].o_name != NULL; i++) { in smi_mibtree() 584 RB_INSERT(oidtree, &smi_oidtree, &(oids[i])); in smi_mibtree() 585 RB_INSERT(keytree, &smi_keytree, &(oids[i])); in smi_mibtree()
|
| /openbsd-src/lib/libcrypto/ocsp/ |
| H A D | ocsp_ext.c | 519 OCSP_accept_responses_new(char **oids) in OCSP_accept_responses_new() argument 528 while (oids && *oids) { in OCSP_accept_responses_new() 529 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && in OCSP_accept_responses_new() 535 oids++; in OCSP_accept_responses_new()
|
| H A D | ocsp.h | 272 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
|
| /openbsd-src/usr.sbin/snmpd/ |
| H A D | smi.c | 173 smi_mibtree(struct oid *oids) in smi_mibtree() argument 178 for (i = 0; oids[i].o_oid[0] != 0; i++) { in smi_mibtree() 179 oid = &oids[i]; in smi_mibtree()
|
| /openbsd-src/lib/libagentx/ |
| H A D | agentx.c | 2156 char oids[1024]; local 2208 strlcpy(oids, ax_oid2string(&(axo->axo_oid)), sizeof(oids)); 2210 oids, flags ? "instance" : "region", ax_oid2string(&(oid))); 2221 char oids[1024]; local 2252 strlcpy(oids, ax_oid2string(&(axo->axo_oid)), sizeof(oids)); 2262 oids, flags ? "instance" : "region", ax_oid2string(&oid), 2267 agentx_log_axc_info(axc, "object %s (%s %s): open", oids, 2312 char oids[1024]; local 2364 strlcpy(oids, ax_oid2string(&(axo->axo_oid)), sizeof(oids)); 2366 oids, flags ? "instance" : "region", ax_oid2string(&(oid))); [all …]
|