KG_TOK_WRAP_MSG 199 net/sunrpc/auth_gss/gss_krb5_wrap.c ptr[0] = (unsigned char) ((KG_TOK_WRAP_MSG >> 8) & 0xff); KG_TOK_WRAP_MSG 200 net/sunrpc/auth_gss/gss_krb5_wrap.c ptr[1] = (unsigned char) (KG_TOK_WRAP_MSG & 0xff); KG_TOK_WRAP_MSG 293 net/sunrpc/auth_gss/gss_krb5_wrap.c if ((ptr[0] != ((KG_TOK_WRAP_MSG >> 8) & 0xff)) || KG_TOK_WRAP_MSG 294 net/sunrpc/auth_gss/gss_krb5_wrap.c (ptr[1] != (KG_TOK_WRAP_MSG & 0xff)))