Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/ip/ppp/
H A Dthw.c22 ulong ackseq; /* packets to ack */ member
133 b->rptr[0] = uncs->ackseq >> 16; in comp()
134 b->rptr[1] = uncs->ackseq >> 8; in comp()
135 b->rptr[2] = uncs->ackseq; in comp()
303 uncs->ackseq = mseq; in uncomp()
/plan9/sys/src/9/port/
H A Ddevsdp.c2237 ulong ackseq; in thwackcomp() local
2243 ackseq = unthwackstate(c->in.compstate, &mask); in thwackcomp()
2245 b->rp[1] = ackseq>>16; in thwackcomp()
2246 b->rp[2] = ackseq>>8; in thwackcomp()
2247 b->rp[3] = ackseq; in thwackcomp()