Home
last modified time | relevance | path

Searched refs:reqoid (Results 1 – 25 of 76) sorted by relevance

1234

/dports/net-mgmt/sdig/sdig-0.45/src/
H A Dsnmpget.c42 snmpget(char *host, char *community, char *reqoid) in snmpget() argument
51 debug(5, "snmpget: [%s] [%s] [%s]\n", host, community, reqoid); in snmpget()
75 if (!snmp_parse_oid(reqoid, name, &name_length)) { in snmpget()
76 snmp_perror(reqoid); in snmpget()
95 snmpget_int(char *host, char *community, char *reqoid) in snmpget_int() argument
100 ret = snmpget(host, community, reqoid); in snmpget_int()
118 *snmpget_mac(char *host, char *community, char *reqoid) in snmpget_mac() argument
123 ret = snmpget(host, community, reqoid); in snmpget_mac()
148 *snmpget_str(char *host, char *community, char *reqoid) in snmpget_str() argument
153 ret = snmpget(host, community, reqoid); in snmpget_str()
H A Dsnmpget.h5 int snmpget_int(char *host, char *community, char *reqoid);
6 char *snmpget_mac(char *host, char *community, char *reqoid);
7 char *snmpget_str(char *host, char *community, char *reqoid);
/dports/net/openldap24-server/openldap-2.4.59/libraries/libldap/
H A Dextended.c31 LDAP_CONST char *reqoid, in ldap_build_extended_req() argument
49 LDAP_TAG_EXOP_REQ_OID, reqoid, in ldap_build_extended_req()
55 LDAP_TAG_EXOP_REQ_OID, reqoid ); in ldap_build_extended_req()
99 LDAP_CONST char *reqoid, in ldap_extended_operation() argument
112 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation()
121 ber = ldap_build_extended_req( ld, reqoid, reqdata, in ldap_extended_operation()
135 LDAP_CONST char *reqoid, in ldap_extended_operation_s() argument
150 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation_s()
152 rc = ldap_extended_operation( ld, reqoid, reqdata, in ldap_extended_operation_s()
/dports/net/openldap25-client/openldap-2.5.9/libraries/libldap/
H A Dextended.c31 LDAP_CONST char *reqoid, in ldap_build_extended_req() argument
49 LDAP_TAG_EXOP_REQ_OID, reqoid, in ldap_build_extended_req()
55 LDAP_TAG_EXOP_REQ_OID, reqoid ); in ldap_build_extended_req()
99 LDAP_CONST char *reqoid, in ldap_extended_operation() argument
112 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation()
121 ber = ldap_build_extended_req( ld, reqoid, reqdata, in ldap_extended_operation()
135 LDAP_CONST char *reqoid, in ldap_extended_operation_s() argument
150 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation_s()
152 rc = ldap_extended_operation( ld, reqoid, reqdata, in ldap_extended_operation_s()
/dports/net/openldap24-client/openldap-2.4.59/libraries/libldap/
H A Dextended.c31 LDAP_CONST char *reqoid, in ldap_build_extended_req() argument
49 LDAP_TAG_EXOP_REQ_OID, reqoid, in ldap_build_extended_req()
55 LDAP_TAG_EXOP_REQ_OID, reqoid ); in ldap_build_extended_req()
99 LDAP_CONST char *reqoid, in ldap_extended_operation() argument
112 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation()
121 ber = ldap_build_extended_req( ld, reqoid, reqdata, in ldap_extended_operation()
135 LDAP_CONST char *reqoid, in ldap_extended_operation_s() argument
150 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation_s()
152 rc = ldap_extended_operation( ld, reqoid, reqdata, in ldap_extended_operation_s()
/dports/net/openldap25-server/openldap-2.5.9/libraries/libldap/
H A Dextended.c31 LDAP_CONST char *reqoid, in ldap_build_extended_req() argument
49 LDAP_TAG_EXOP_REQ_OID, reqoid, in ldap_build_extended_req()
55 LDAP_TAG_EXOP_REQ_OID, reqoid ); in ldap_build_extended_req()
99 LDAP_CONST char *reqoid, in ldap_extended_operation() argument
112 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation()
121 ber = ldap_build_extended_req( ld, reqoid, reqdata, in ldap_extended_operation()
135 LDAP_CONST char *reqoid, in ldap_extended_operation_s() argument
150 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation_s()
152 rc = ldap_extended_operation( ld, reqoid, reqdata, in ldap_extended_operation_s()
/dports/net/openldap26-client/openldap-2.6.0/libraries/libldap/
H A Dextended.c31 LDAP_CONST char *reqoid, in ldap_build_extended_req() argument
49 LDAP_TAG_EXOP_REQ_OID, reqoid, in ldap_build_extended_req()
55 LDAP_TAG_EXOP_REQ_OID, reqoid ); in ldap_build_extended_req()
99 LDAP_CONST char *reqoid, in ldap_extended_operation() argument
112 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation()
121 ber = ldap_build_extended_req( ld, reqoid, reqdata, in ldap_extended_operation()
135 LDAP_CONST char *reqoid, in ldap_extended_operation_s() argument
150 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation_s()
152 rc = ldap_extended_operation( ld, reqoid, reqdata, in ldap_extended_operation_s()
/dports/net/openldap26-server/openldap-2.6.0/libraries/libldap/
H A Dextended.c31 LDAP_CONST char *reqoid, in ldap_build_extended_req() argument
49 LDAP_TAG_EXOP_REQ_OID, reqoid, in ldap_build_extended_req()
55 LDAP_TAG_EXOP_REQ_OID, reqoid ); in ldap_build_extended_req()
99 LDAP_CONST char *reqoid, in ldap_extended_operation() argument
112 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation()
121 ber = ldap_build_extended_req( ld, reqoid, reqdata, in ldap_extended_operation()
135 LDAP_CONST char *reqoid, in ldap_extended_operation_s() argument
150 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation_s()
152 rc = ldap_extended_operation( ld, reqoid, reqdata, in ldap_extended_operation_s()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/slapi/
H A Dplugin.c460 struct berval *reqoid, in slapi_int_get_extop_plugin() argument
465 assert( reqoid != NULL ); in slapi_int_get_extop_plugin()
478 rc = strcasecmp( reqoid->bv_val, pTmpExtOp->ext_oid.bv_val ); in slapi_int_get_extop_plugin()
H A Dproto-slapi.h71 LDAP_SLAPI_F (int) slapi_int_get_extop_plugin LDAP_P((struct berval *reqoid, SLAPI_FUNC *pFuncAddr…
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/slapi/
H A Dplugin.c460 struct berval *reqoid, in slapi_int_get_extop_plugin() argument
465 assert( reqoid != NULL ); in slapi_int_get_extop_plugin()
478 rc = strcasecmp( reqoid->bv_val, pTmpExtOp->ext_oid.bv_val ); in slapi_int_get_extop_plugin()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Doid.c477 oideql(unsigned char *reqoid, unsigned char *foundoid, size_t reqlen, size_t foundlen) in oideql() argument
479 if (!reqoid || !foundoid) { in oideql()
487 return memcmp(reqoid, foundoid, reqlen) == 0; in oideql()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Doid.c477 oideql(unsigned char *reqoid, unsigned char *foundoid, size_t reqlen, size_t foundlen) in oideql() argument
479 if (!reqoid || !foundoid) { in oideql()
487 return memcmp(reqoid, foundoid, reqlen) == 0; in oideql()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Doid.c477 oideql(unsigned char *reqoid, unsigned char *foundoid, size_t reqlen, size_t foundlen) in oideql() argument
479 if (!reqoid || !foundoid) { in oideql()
487 return memcmp(reqoid, foundoid, reqlen) == 0; in oideql()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Doid.c477 oideql(unsigned char *reqoid, unsigned char *foundoid, size_t reqlen, size_t foundlen) in oideql() argument
479 if (!reqoid || !foundoid) { in oideql()
487 return memcmp(reqoid, foundoid, reqlen) == 0; in oideql()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Doid.c477 oideql(unsigned char *reqoid, unsigned char *foundoid, size_t reqlen, size_t foundlen) in oideql() argument
479 if (!reqoid || !foundoid) { in oideql()
487 return memcmp(reqoid, foundoid, reqlen) == 0; in oideql()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Doid.c477 oideql(unsigned char *reqoid, unsigned char *foundoid, size_t reqlen, size_t foundlen) in oideql() argument
479 if (!reqoid || !foundoid) { in oideql()
487 return memcmp(reqoid, foundoid, reqlen) == 0; in oideql()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/compat/
H A Dldap_passwd_s.c59 extern int ldap_extended_operation_s(LDAP *ld, LDAP_CONST char *reqoid,
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/compat/
H A Dldap_passwd_s.c59 extern int ldap_extended_operation_s(LDAP *ld, LDAP_CONST char *reqoid,
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/slapi/
H A Dplugin.c477 struct berval *reqoid, in slapi_int_get_extop_plugin() argument
482 assert( reqoid != NULL ); in slapi_int_get_extop_plugin()
495 rc = strcasecmp( reqoid->bv_val, pTmpExtOp->ext_oid.bv_val ); in slapi_int_get_extop_plugin()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/slapi/
H A Dplugin.c477 struct berval *reqoid, in slapi_int_get_extop_plugin() argument
482 assert( reqoid != NULL ); in slapi_int_get_extop_plugin()
495 rc = strcasecmp( reqoid->bv_val, pTmpExtOp->ext_oid.bv_val ); in slapi_int_get_extop_plugin()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/slapi/
H A Dplugin.c477 struct berval *reqoid, in slapi_int_get_extop_plugin() argument
482 assert( reqoid != NULL ); in slapi_int_get_extop_plugin()
495 rc = strcasecmp( reqoid->bv_val, pTmpExtOp->ext_oid.bv_val ); in slapi_int_get_extop_plugin()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/slapi/
H A Dplugin.c477 struct berval *reqoid, in slapi_int_get_extop_plugin() argument
482 assert( reqoid != NULL ); in slapi_int_get_extop_plugin()
495 rc = strcasecmp( reqoid->bv_val, pTmpExtOp->ext_oid.bv_val ); in slapi_int_get_extop_plugin()
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/thecodingmachine/safe/generated/
H A Dldap.php254 …* @param string $reqoid The extended operation request OID. You may use one of LDAP_EXOP_START_TLS…
266 function ldap_exop($link, string $reqoid, string $reqdata = null, ?array $serverctrls = null, ?stri… argument
269 $result = \ldap_exop($link, $reqoid, $reqdata, $serverctrls, $retdata, $retoid);
/dports/www/nextcloud/nextcloud/3rdparty/thecodingmachine/safe/generated/
H A Dldap.php254 …* @param string $reqoid The extended operation request OID. You may use one of LDAP_EXOP_START_TLS…
266 function ldap_exop($link, string $reqoid, string $reqdata = null, ?array $serverctrls = null, ?stri… argument
269 $result = \ldap_exop($link, $reqoid, $reqdata, $serverctrls, $retdata, $retoid);

1234