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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h77 { return fLocalAuthenticationName; }
172 char *fLocalAuthenticationName, *fPeerAuthenticationName; member in class:KPPPStateMachine
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp48 fLocalAuthenticationName(NULL),
66 free(fLocalAuthenticationName);
268 free(fLocalAuthenticationName);
269 fLocalAuthenticationName = NULL;
286 free(fLocalAuthenticationName);
288 fLocalAuthenticationName = strdup(name);
290 fLocalAuthenticationName = NULL;
306 free(fLocalAuthenticationName);
308 fLocalAuthenticationName = strdup(name);
310 fLocalAuthenticationName
[all...]

Completed in 155 milliseconds