Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_client.cpp71 const int KERNEL_BUFF_SIZE = (8 * 1024); member
469 int32_t sz = KERNEL_BUFF_SIZE; in createKernelSocket()
533 uint8_t *buff = (uint8_t*)malloc(KERNEL_BUFF_SIZE * sizeof(uint8_t)); in StartIpv6()
545 (void)memset_s(buff, KERNEL_BUFF_SIZE * sizeof(uint8_t), 0, KERNEL_BUFF_SIZE * sizeof(uint8_t)); in StartIpv6()

Completed in 1 milliseconds