{
    "content": [
        {
            "type": "text",
            "text": "# RPC_GSS_MECH_TO_OID(3) (man)\n\n**Summary:** rpcgssmechtooid — Convert a mechanism name to a GSS-API oid\n\n**Synopsis:** #include <rpc/rpcsecgss.h>\nboolt\nrpcgssmechtooid(const char *mech, gssOID *oidret);\n\n## See Also\n\n- rpc(3)\n- gssapi(3)\n- rpcsecgss(3)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (5 lines)\n- **DESCRIPTION** (2 lines)\n- **PARAMETERS** (5 lines)\n- **RETURN VALUES** (3 lines)\n- **AVAILABILITY** (2 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHORS** (3 lines)\n\n## Full Content\n\n### NAME\n\nrpcgssmechtooid — Convert a mechanism name to a GSS-API oid\n\n### SYNOPSIS\n\n#include <rpc/rpcsecgss.h>\n\nboolt\nrpcgssmechtooid(const char *mech, gssOID *oidret);\n\n### DESCRIPTION\n\nThis function returns the GSS OID associated with the GSSAPI mechanism \"mech\".\n\n### PARAMETERS\n\nmech     The name of a GSSAPI mechanism.  \"kerberosv5\" is currently the only supported mecha‐\nnism.\n\noidret  Buffer in which to place the returned OID\n\n### RETURN VALUES\n\nIf the GSSAPI mechanism name is recognized, TRUE is returned.  The corresponding GSS-API oid\nis returned in *oidret.  Otherwise FALSE is returned and *oidret is left untouched.\n\n### AVAILABILITY\n\nThe rpcgssmechtooid() function is part of libtirpc.\n\n### SEE ALSO\n\nrpc(3), gssapi(3), rpcsecgss(3)\n\n### AUTHORS\n\nThis manual page was written by Doug Rabson <dfr@FreeBSD.org>.\n\nBSD                            January 26, 2010                            BSD\n\n"
        }
    ],
    "structuredContent": {
        "command": "RPC_GSS_MECH_TO_OID",
        "section": "3",
        "mode": "man",
        "summary": "rpcgssmechtooid — Convert a mechanism name to a GSS-API oid",
        "synopsis": "#include <rpc/rpcsecgss.h>\nboolt\nrpcgssmechtooid(const char *mech, gssOID *oidret);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "rpc",
                "section": "3",
                "url": "https://www.chedong.com/phpMan.php/man/rpc/3/json"
            },
            {
                "name": "gssapi",
                "section": "3",
                "url": "https://www.chedong.com/phpMan.php/man/gssapi/3/json"
            },
            {
                "name": "rpcsecgss",
                "section": "3",
                "url": "https://www.chedong.com/phpMan.php/man/rpcsecgss/3/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "PARAMETERS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "RETURN VALUES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AVAILABILITY",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}