Searched refs:subomax (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
205 subomax = opts + sizeof (d6o) + d6o.d6o_len;
206 if (subomax > optmax)
216 opts = subomax;
228 if (opts + sizeof (d6in) > subomax) {
229 opts = subomax;
246 while (opts + sizeof (d6o) <= subomax) {
255 subomax)
266 if (opts + sizeof (d6ia) > subomax)
278 opts = subomax;
[all...]

Completed in 15 milliseconds