Home
last modified time | relevance | path

Searched refs:FILLP_UCHAR (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_mgt_msg_log.h35 …FILLP_CONST struct FillpConnReqAckClient *ack, FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extPara…
37 FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extParaLen);
39 FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extParaLen);
40 void FillpConnConfirmTxLog(FILLP_INT sockIndex, FILLP_CONST FILLP_UCHAR *data, FILLP_INT dataLen,
H A Dfillp.h442 FILLP_INT32 FillpDecodeExtPara(FILLP_CONST FILLP_UCHAR *buf, FILLP_INT bufLen, struct FtNetconn *co…
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c143 static FILLP_INT32 FillpEncodeExtPara(FILLP_UCHAR *buf, FILLP_INT32 bufLen, FILLP_UCHAR paraType, F… in FillpEncodeExtPara()
144 FILLP_UCHAR *paraValue) in FillpEncodeExtPara()
159 *buf |= (FILLP_UCHAR)0x80; in FillpEncodeExtPara()
180 …ic FILLP_INT32 FillpDecodeExtParaNameLen(FILLP_CONST FILLP_UCHAR *buf, FILLP_INT bufLen, FILLP_UCH… in FillpDecodeExtParaNameLen()
181 FILLP_UCHAR *paraLen) in FillpDecodeExtParaNameLen()
196 *paraType = (FILLP_UCHAR)((*paraType) & (FILLP_UCHAR)~(0x80)); in FillpDecodeExtParaNameLen()
291 FILLP_UCHAR paraType = 0; in FillpDecodeExtPara()
292 FILLP_UCHAR paraLen = 0; in FillpDecodeExtPara()
395 (FILLP_UCHAR *)buf, p->len - len); in FillpDecodeConnReqAckClientPara()
1466 … FILLP_PKT_EXT_CONNECT_CARRY_FC_ALG, (FILLP_UCHAR)(sizeof(FILLP_UINT8)), (FILLP_UCHAR *)&localAlg); in FillpSendConnReqAckBuild()
[all …]
H A Dfillp_mgt_msg_log.c171 static FILLP_INT FillpExtParaFormat(FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extParaLen, FILLP_C… in FillpExtParaFormat()
200 …FILLP_CONST struct FillpConnReqAckClient *ack, FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extPara… in FillpConnReqAckRxLog()
213 FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extParaLen) in FillpConnReqAckTxLog()
228 FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extParaLen) in FillpConnConfirmRxLog()
251 void FillpConnConfirmTxLog(FILLP_INT sockIndex, FILLP_CONST FILLP_UCHAR *data, FILLP_INT dataLen, in FillpConnConfirmTxLog()
H A Dfillp_input.c878 FILLP_UCHAR packetType; in FillpDoInput()
887 packetType = (FILLP_UCHAR)FILLP_PKT_GET_TYPE(FILLP_NTOHS(head->flag)); in FillpDoInput()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dfillp_cookie.h38 FILLP_UCHAR arr[FILLP_BYTES_TO_STORE_COOKIE_GENERATION_TIME]; /* time of cookie generation */
60 FILLP_UCHAR arr[FILLP_BYTES_TO_STORE_COOKIE_GENERATION_TIME]; /* time of cookie generation */
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h66 FILLP_UCHAR pad[3];
79 FILLP_UCHAR reserve[4];
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h118 typedef unsigned char FILLP_UCHAR; typedef
614 FILLP_UCHAR stats[FILLP_TRAFFIC_LEN];
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c335 FILLP_UCHAR isTakenBeginTs = 0; in EpPoll()