Home
last modified time | relevance | path

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

/original-bsd/sys/netccitt/
H A Dllc_timer.c71 while (LQVALID(linkp)) { in llc_timer()
H A Dllc_input.c385 while (LQVALID(linkp)) { in llc_ctlinput()
H A Dllc_var.h313 #define LQVALID(l) (!((struct llccb_q *)(l) == &llccb_q)) macro