|
cs_oid_in_set(3)
Contents
|
cs_oid_in_set - determine if an object identifier (OID) is
present in an OID set
#include <gssapi/gssapi.h>
int cs_oid_in_set(
const cs_oid_t aOid,
const cs_oid_set_t aSet );
The OID to locate in the set. The OID set to check for
the OID.
The cs_oid_in_set() function searches an OID set for the
specified OID.
The function returns 0 if the OID is not in the set; the
function returns 1 if the OID is in the set.
PORTABILITY CONSIDERATIONS [Toc] [Back] This function is an extension of the GSS-API standard that
is not supported by other GSS-API implementations.
Functions: cs_oid_set_insert(3)
cs_oid_in_set(3)
[ Back ] |