Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp703 bool bGotAllPktBytes = false, byteAvail = true; in pktAtom() local
709 bGotAllPktBytes = true; in pktAtom()
714 while(byteAvail && !bGotAllPktBytes) in pktAtom()
719 bGotAllPktBytes = true; in pktAtom()
727 if(bGotAllPktBytes) in pktAtom()