Searched refs:authname (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4idmap.c69 char authname[IDMAP_NAMESZ]; member in struct:ent
88 strlcpy(new->authname, itm->authname, sizeof(new->name));
119 hash = hash_str(ent->authname, ENT_HASHBITS);
136 qword_add(bpp, blen, ent->authname);
151 strcmp(a->authname, b->authname) == 0);
164 seq_printf(m, "%s %s %d", ent->authname,
221 memcpy(ent.authname, buf1, sizeof(ent.authname));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dfile.h72 char authname[STRLEN]; /* Who we authenticate as */ member in struct:lns
108 char authname[STRLEN]; /* Who we authenticate as */ member in struct:lac
H A Dfile.c90 tmp->authname[0] = 0;
136 tmp->authname[0] = 0;
426 if (set_string (word, value, n->authname, sizeof (n->authname)))
430 if (set_string (word, value, l->authname, sizeof (l->authname)))
H A Dcontrol.c942 if (c->lac->authname[0])
945 po = add_opt (po, c->lac->authname);
1027 if (c->lns->authname[0])
1030 po = add_opt (po, c->lns->authname);
1084 if (c->lac->authname[0])
1087 po = add_opt (po, c->lac->authname);

Completed in 100 milliseconds