Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c172 uchar_t *opts, *optmax, *subomax; in read_hostconf() local
189 subomax = opts + sizeof (d6o) + d6o.d6o_len; in read_hostconf()
190 if (subomax > optmax) in read_hostconf()
200 opts = subomax; in read_hostconf()
212 if (opts + sizeof (d6in) > subomax) { in read_hostconf()
213 opts = subomax; in read_hostconf()
230 while (opts + sizeof (d6o) <= subomax) { in read_hostconf()
239 subomax) in read_hostconf()
250 if (opts + sizeof (d6ia) > subomax) in read_hostconf()
262 opts = subomax; in read_hostconf()