Home
last modified time | relevance | path

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

/original-bsd/sys/netccitt/
H A Dllc_output.c88 m = linkp->llcl_output_buffers[llc_seq2slot(linkp, in llc_send()
115 for (slot = llc_seq2slot(linkp, linkp->llcl_vs); in llc_resend()
118 slot = llc_seq2slot(linkp, linkp->llcl_vs)) { in llc_resend()
H A Dllc_var.h456 if (_m = (l)->llcl_output_buffers[seq = llc_seq2slot((l), (l)->llcl_nr_received)]) \
589 short llc_seq2slot __P((struct llc_linkcb *, short));
H A Dllc_subr.c291 llc_seq2slot(struct llc_linkcb *linkp, short seqn) in llc_seq2slot() function
2036 i = llc_seq2slot(linkp, linkp->llcl_nr_received); in llc_resetwindow()
2039 i = llc_seq2slot(linkp, i+1)) { in llc_resetwindow()