Home
last modified time | relevance | path

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

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