Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:opts_len

125     const struct dhcp_opt *opts, size_t opts_len)
136 for (j = 0, opt2 = opts; j < opts_len; j++, opt2++)
139 if (j == opts_len) {
144 for (i = 0, opt = opts; i < opts_len; i++, opt++) {