Searched refs:v_password (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvolume.h76 char *v_password; member in struct:vol
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c774 volume->v_password = strdup(options[VOLOPT_PASSWORD].c_value);
1363 free(vol->v_password);
1946 *data = (volume->v_password) ? AFPSRVR_PASSWD : 0;
2193 if (volume->v_password && strncmp(ibuf, volume->v_password, VOLPASSLEN)) {

Completed in 67 milliseconds