Go to the documentation of this file.
46 #define G_BAD_SERVICE_NAME (-2045022976L)
47 #define G_BAD_STRING_UID (-2045022975L)
48 #define G_NOUSER (-2045022974L)
49 #define G_VALIDATE_FAILED (-2045022973L)
50 #define G_BUFFER_ALLOC (-2045022972L)
51 #define G_BAD_MSG_CTX (-2045022971L)
52 #define G_WRONG_SIZE (-2045022970L)
53 #define G_BAD_USAGE (-2045022969L)
54 #define G_UNKNOWN_QOP (-2045022968L)
55 #define G_NO_HOSTNAME (-2045022967L)
56 #define G_BAD_HOSTNAME (-2045022966L)
57 #define G_WRONG_MECH (-2045022965L)
58 #define G_BAD_TOK_HEADER (-2045022964L)
59 #define G_BAD_DIRECTION (-2045022963L)
60 #define G_TOK_TRUNC (-2045022962L)
61 #define G_REFLECT (-2045022961L)
62 #define G_WRONG_TOKID (-2045022960L)
64 #define g_OID_equal(o1,o2) \
65 (((o1)->len == (o2)->len) && \
66 (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
69 struct xdr_netobj *mech,
71 unsigned char **buf_in,
75 struct xdr_netobj *mech,
76 unsigned int body_size);
79 struct xdr_netobj *mech,