Searched refs:sessiontoken (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 Duam.h78 void *sessiontoken; /* session token sent to the client on FPGetSessionToken*/ member in struct:session_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dauth.c506 if ( NULL == (obj->sinfo.sessiontoken = malloc(SESSIONTOKEN_LEN)) )
509 memset(obj->sinfo.sessiontoken, 0, SESSIONTOKEN_LEN);
512 memcpy(obj->sinfo.sessiontoken, &pid, sizeof(pid_t));
558 if ( obj->sinfo.sessiontoken == NULL ) {
569 token = obj->sinfo.sessiontoken;
583 token = obj->sinfo.sessiontoken;
607 token = obj->sinfo.sessiontoken;

Completed in 56 milliseconds