Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h141 SIG_STOP, enumerator
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp373 int signum = SIG_STOP; in StopIpv4()
374 if (send(m_sigSockFds[1], &signum, sizeof(signum), MSG_DONTWAIT) < 0) { // SIG_STOP SignalReceiver in StopIpv4()
1447 case SIG_STOP : in SignalReceiver()
2070 int signum = SIG_STOP; in SendStopSignal()
2072 DHCP_LOGE("SendStopSignal send SIG_STOP failed."); in SendStopSignal()
2075 DHCP_LOGE("SendStopSignal send SIG_STOP ok"); in SendStopSignal()

Completed in 5 milliseconds