Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/rrenumd/
H A Drrenumd.h44 extern struct dst_list *dl_head;
H A Dparser.y61 struct dst_list *dl_head; variable
154 dl_head = $2;
H A Drrenumd.c356 for (dl = dl_head; dl; dl = dl->dl_next) { in rrenum_snd_eachdst()