Home
last modified time | relevance | path

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

/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/
H A Ddhcpaddresspool_fuzzer.cpp34 memcpy_s(binding.chaddr, PID_MAX_LEN, "*", PID_MAX_LEN); in DhcpAddressPoolFuzzTest()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_define.h48 #define PID_MAX_LEN 16 macro
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_function.cpp336 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 Ddhcp_function.cpp547 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 Ddhcp_define.h57 const int PID_MAX_LEN = 16; member
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h60 #define PID_MAX_LEN 16 macro

Completed in 5 milliseconds