Home
last modified time | relevance | path

Searched refs:FILLP_MAX_SOCK_NUMBER (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dpdt_fc.h375 #ifndef FILLP_MAX_SOCK_NUMBER
376 #define FILLP_MAX_SOCK_NUMBER (1024 * 2) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config_in.c103 if ((configValue == 0) || (configValue > FILLP_MAX_SOCK_NUMBER)) { in FtConfigSetMaxSockNum()
364 (resource->common.maxSockNum > FILLP_MAX_SOCK_NUMBER)) { in FtValidateCommonConfigParamsInner()