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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPUtils.h36 extern status_t send_data_with_timeout(thread_id thread, int32 code, void *buffer,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp30 send_data_with_timeout(thread_id thread, int32 code, void *buffer, function
H A DKPPPReportManager.cpp74 send_data_with_timeout(thread, PPP_REPORT_CODE, &report, sizeof(report),
202 result = send_data_with_timeout(request->thread, PPP_REPORT_CODE, &report,
H A DKPPPInterface.cpp275 send_data_with_timeout(fReconnectThread, 0, NULL, 0, 200);
1367 send_data_with_timeout(fReconnectThread, 0, NULL, 0, 200);
H A DKPPPStateMachine.cpp141 send_data_with_timeout(Interface().fReconnectThread, 0, NULL, 0, 200);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp86 send_data_with_timeout(query->receiver, PPPoE_QUERY_REPORT, data,

Completed in 98 milliseconds