Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtadvd/
H A Drrenum.c326 int rpmlen; in do_rr() local
335 rpmlen = rpm->rpm_len << 3; in do_rr()
336 if (len < rpmlen) in do_rr()
339 if (do_pco(rr, rpmlen, rpm)) { in do_rr()
345 cp += rpmlen; in do_rr()
346 len -= rpmlen; in do_rr()