Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c445 struct FillpPktNackWithRandnum nackTest; in FillpSendRepaetNack()
453 …ret = pcb->sendFunc(FILLP_GET_CONN(pcb), (char *)&nackTest, sizeof(struct FillpPktNackWithRandnum), in FillpSendRepaetNack()
461 … (sizeof(struct FillpPktNackWithRandnum) - sizeof(FILLP_ULLONG)), FILLP_GET_SOCKET(pcb)->index, in FillpSendRepaetNack()
493 …pktHead->dataLen = (FILLP_UINT16)(pktHead->dataLen + sizeof(struct FillpPktNackWithRandnum) - FILL… in FillpSendNack()
H A Dfillp_input.c302 if (p->len < (FILLP_INT)(sizeof(struct FillpPktNackWithRandnum) - FILLP_HLEN)) { in FillpCheckNackPacket()
444 struct FillpPktNackWithRandnum *nackReq = (struct FillpPktNackWithRandnum *)(void *)p->p; in FillpNackInput()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h234 struct FillpPktNackWithRandnum { struct