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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c174 uchar_t *opts, *optmax, *subomax; local
181 optmax = (uchar_t *)pkt + plp->len;
182 while (opts + sizeof (d6o) <= optmax) {
192 if (subomax > optmax)

Completed in 58 milliseconds