Lines Matching +defs:vers +defs:c
3 * linux/net/sunrpc/auth_gss/auth_gss.c
7 * Copyright (c) 2000 The Regents of the University of Michigan.
469 char *c = strchr(service_name, '@');
471 if (!c)
477 (int)(c - service_name),
478 service_name, c + 1);
527 int vers;
533 vers = get_pipe_version(gss_auth->net);
534 err = vers;
537 gss_msg->pipe = gss_auth->gss_pipe[vers]->pipe;