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

/freebsd-9.3-release/usr.sbin/rtadvd/
H A Drrenum.c322 int rpmlen; local
331 rpmlen = rpm->rpm_len << 3;
332 if (len < rpmlen)
335 if (do_pco(rr, rpmlen, rpm)) {
341 cp += rpmlen;
342 len -= rpmlen;

Completed in 59 milliseconds