Home
last modified time | relevance | path

Searched refs:FillpErrToErrno (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h92 FILLP_INT FillpErrToErrno(FILLP_INT err);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c195 FILLP_INT FillpErrToErrno(FILLP_INT err) in FillpErrToErrno() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_opt.c128 int errToErrno = FillpErrToErrno(sock->netconn->lastErr); in SockGetSockOpt()