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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp415 - \c B_OK: \c Control() was successful.
949 \return \c true if successful or \c false otherwise.
996 \return \c true if successful or \c false otherwise.
1070 \return \c true if successful or \c false otherwise.
1377 //! Waits for connection establishment. Returns true if successful.
1396 bool successful = false; local
1407 successful = true;
1414 dprintf("KPPPInterface: WaitForConnection():%s\n", successful ? "True" : "False");
1415 return successful;
1425 \return \c true if successful o
[all...]

Completed in 79 milliseconds