Home
last modified time | relevance | path

Searched defs:FillpPktPack (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h192 struct FillpPktPack { struct
193 char head[FILLP_HLEN];
194 FILLP_UINT16 flag;
195 FILLP_UINT16 pktLoss;
196 FILLP_UINT32 rate;
197 FILLP_UINT32 oppositeSetRate;
200 FILLP_UINT32 lostSeq;
201 union {
204 } reserved;
205 FILLP_UINT32 bgnPktNum; /* use in appLimited */
[all …]