Home
last modified time | relevance | path

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

/original-bsd/sys/netccitt/
H A Dhd_var.h27 struct hdcb *hd_next; /* pointer to next hdlc control block */ member
H A Dhd_subr.c56 for (hdp = hdcbhead; hdp; hdp = hdp->hd_next)
82 hdp->hd_next = hdcbhead;
349 if (hdcbhead -> hd_next)
H A Dhd_timer.c52 for (hdp = hdcbhead; hdp; hdp = hdp->hd_next) { in hd_timer()
H A Dhd_input.c73 for (hdp = hdcbhead; hdp; hdp = hdp->hd_next) in hdintr()