Searched refs:PID_MAX_LEN (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/ |
H A D | dhcpaddresspool_fuzzer.cpp | 34 memcpy_s(binding.chaddr, PID_MAX_LEN, "*", PID_MAX_LEN); in DhcpAddressPoolFuzzTest()
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_s_define.h | 48 #define PID_MAX_LEN 16 macro
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_function.cpp | 336 char buf[PID_MAX_LEN] = {0}; in InitPidfile() 337 if (snprintf_s(buf, PID_MAX_LEN, PID_MAX_LEN - 1, "%d", pid) < 0) { in InitPidfile() 384 char buf[PID_MAX_LEN] = {0}; in GetPID() 385 if (sb.st_size > PID_MAX_LEN) { in GetPID()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_function.cpp | 547 char buf[PID_MAX_LEN] = {0}; in InitPidfile() 548 if (snprintf_s(buf, PID_MAX_LEN, PID_MAX_LEN - 1, "%d", getpid()) < 0) { in InitPidfile() 595 char buf[PID_MAX_LEN] = {0}; in GetPID()
|
/foundation/communication/dhcp/interfaces/inner_api/include/ |
H A D | dhcp_define.h | 57 const int PID_MAX_LEN = 16; member
|
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_def.h | 60 #define PID_MAX_LEN 16 macro
|
Completed in 5 milliseconds