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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c188 uchar_t *opts, *optmax, *subomax; local
195 optmax = (uchar_t *)pkt + plp->len;
196 while (opts + sizeof (d6o) <= optmax) {
206 if (subomax > optmax)

Completed in 20 milliseconds