Home
last modified time | relevance | path

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

/original-bsd/sys/netccitt/
H A Dhd_var.h26 struct hdcb { struct
27 struct hdcb *hd_next; /* pointer to next hdlc control block */ argument
74 struct hdcb *hdcbhead; /* head of linked list of hdcb's */ argument
H A Dhd_output.c41 register struct hdcb *hdp; in hd_output()
77 register struct hdcb *hdp; in hd_start()
118 register struct hdcb *hdp; in hd_send_iframe()
170 register struct hdcb *hdp;
199 register struct hdcb *hdp; in hd_resend_iframe()
H A Dhd_subr.c43 register struct hdcb *hdp;
64 MALLOC(hdp, struct hdcb *, sizeof (*hdp), M_PCB, M_DONTWAIT);
125 register struct hdcb *hdp; in hd_initvars()
151 register struct hdcb *hdp; in hd_decode()
216 register struct hdcb *hdp; in hd_writeinternal()
344 struct hdcb *hdp;
357 struct hdcb *hdp;
H A Dhd_debug.c35 struct hdcb *ht_hdp;
45 struct hdcb *hdp;
139 struct hdcb *hdp;
159 struct hdcb *hdp;
H A Dhd_input.c44 register struct hdcb *hdp; in hdintr()
48 static struct hdcb *lasthdp; in hdintr()
93 register struct hdcb *hdp; in process_rxframe()
291 register struct hdcb *hdp; in process_iframe()
420 struct hdcb *hdp;
466 register struct hdcb *hdp; in process_sframe()
522 register struct hdcb *hdp; in valid_nr()
569 register struct hdcb *hdp; in rej_routine()
613 register struct hdcb *hdp; in free_iframes()
H A Dhd_timer.c49 register struct hdcb *hdp; in hd_timer()