blob: 8f18ba0615495b3d9b983e2c707488a1ce330456 [file] [log] [blame]
Dan Albert287553d2017-02-16 10:47:51 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#include <linux/sunrpc/gss_api.h>
13
14#define SIZEOF_INT 4
15
16#define G_BAD_SERVICE_NAME (-2045022976L)
17#define G_BAD_STRING_UID (-2045022975L)
18#define G_NOUSER (-2045022974L)
19#define G_VALIDATE_FAILED (-2045022973L)
20#define G_BUFFER_ALLOC (-2045022972L)
21#define G_BAD_MSG_CTX (-2045022971L)
22#define G_WRONG_SIZE (-2045022970L)
23#define G_BAD_USAGE (-2045022969L)
24#define G_UNKNOWN_QOP (-2045022968L)
25#define G_NO_HOSTNAME (-2045022967L)
26#define G_BAD_HOSTNAME (-2045022966L)
27#define G_WRONG_MECH (-2045022965L)
28#define G_BAD_TOK_HEADER (-2045022964L)
29#define G_BAD_DIRECTION (-2045022963L)
30#define G_TOK_TRUNC (-2045022962L)
31#define G_REFLECT (-2045022961L)
32#define G_WRONG_TOKID (-2045022960L)
33
34#define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
35