{
    "content": [
        {
            "type": "text",
            "text": "# rpc_gss_set_defaults(3) (man)\n\n**Summary:** rpcgsssetdefaults — set service and quality of protection\n\n**Synopsis:** #include <rpc/rpcsecgss.h>\nboolt\nrpcgsssetdefaults(AUTH *auth, rpcgssservicet service, const char *qop);\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** (3 lines)\n- **PARAMETERS** (4 lines)\n- **RETURN VALUES** (2 lines)\n- **AVAILABILITY** (2 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHORS** (3 lines)\n\n## Full Content\n\n### NAME\n\nrpcgsssetdefaults — set service and quality of protection\n\n### SYNOPSIS\n\n#include <rpc/rpcsecgss.h>\n\nboolt\nrpcgsssetdefaults(AUTH *auth, rpcgssservicet service, const char *qop);\n\n### DESCRIPTION\n\nSet the service and quality of protection to be used for RPC requests.  The new values apply\nfor the rest of the lifetime of the context (unless changed again with this function).\n\n### PARAMETERS\n\nservice  The service type to use for subsequent RPC requests\n\nqop      The quality of protection to use or NULL for the default\n\n### RETURN VALUES\n\nReturns TRUE if the values were set\n\n### AVAILABILITY\n\nThe rpcgsssetdefaults() 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_set_defaults",
        "section": "3",
        "mode": "man",
        "summary": "rpcgsssetdefaults — set service and quality of protection",
        "synopsis": "#include <rpc/rpcsecgss.h>\nboolt\nrpcgsssetdefaults(AUTH *auth, rpcgssservicet service, const char *qop);",
        "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": 3,
                "subsections": []
            },
            {
                "name": "PARAMETERS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "RETURN VALUES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AVAILABILITY",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}