Searched refs:last_seq (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dacscp_plugin.h86 u_int8_t last_seq; // seq number sent with timeout - to handle timer cancellation member in struct:acsp_ext
H A Dacsp.c252 if (ntohs(pkt->flags) & ACSP_FLAG_ACK && ext->timer_state == ACSP_TIMERSTATE_PACKET && pkt->seq == ext->last_seq) {
305 ext->last_seq = (ALIGNED_CAST(acsp_packet*)ptr)->seq;
/macosx-10.10.1/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFDebugLine.cpp481 SequenceIter last_seq = Sequences.end(); local
482 SequenceIter seq_pos = std::lower_bound(first_seq, last_seq, sequence,
485 if (seq_pos == last_seq) {
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_var.h401 u_int64_t last_seq; /* last recorded seq */ member in struct:if_measured_bw
H A Dkpi_interface.c2144 ifp->if_bw.last_seq = oseq;

Completed in 280 milliseconds