Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c196 headerFrame->nodeNumber = htons((uint16_t)fileNum); in EncodeFileHeaderFrameSp()
410 uint16_t nodeNumber = ntohs(headerFrame->nodeNumber); in DecodeFileHeaderFrameSp() local
412 if (FileListSetNum(fileList, nodeNumber) != NSTACKX_EOK) { in DecodeFileHeaderFrameSp()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h109 uint16_t nodeNumber; member