Lines Matching refs:opt
109 struct gssx_option *opt) in gssx_enc_option() argument
113 err = gssx_enc_buffer(xdr, &opt->option); in gssx_enc_option()
116 err = gssx_enc_buffer(xdr, &opt->value); in gssx_enc_option()
121 struct gssx_option *opt) in gssx_dec_option() argument
125 err = gssx_dec_buffer(xdr, &opt->option); in gssx_dec_option()
128 err = gssx_dec_buffer(xdr, &opt->value); in gssx_dec_option()
353 struct gssx_option opt; in gssx_enc_call_ctx() local
373 opt.option.data = LUCID_OPTION; in gssx_enc_call_ctx()
374 opt.option.len = sizeof(LUCID_OPTION); in gssx_enc_call_ctx()
375 opt.value.data = LUCID_VALUE; in gssx_enc_call_ctx()
376 opt.value.len = sizeof(LUCID_VALUE); in gssx_enc_call_ctx()
377 err = gssx_enc_option(xdr, &opt); in gssx_enc_call_ctx()
380 opt.option.data = CREDS_OPTION; in gssx_enc_call_ctx()
381 opt.option.len = sizeof(CREDS_OPTION); in gssx_enc_call_ctx()
382 opt.value.data = CREDS_VALUE; in gssx_enc_call_ctx()
383 opt.value.len = sizeof(CREDS_VALUE); in gssx_enc_call_ctx()
384 err = gssx_enc_option(xdr, &opt); in gssx_enc_call_ctx()