Home
last modified time | relevance | path

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

/minix3/external/bsd/dhcp/dist/client/
H A Ddhc6.c4859 int buflen, i, oro_len; in make_client6_options() local
4971 oro_len = 0; in make_client6_options()
4978 if (buflen == oro_len) { in make_client6_options()
4991 memcpy(buffer->data, tmpbuf->data, oro_len); in make_client6_options()
4998 putUShort(buffer->data + oro_len, in make_client6_options()
5000 oro_len += 2; in make_client6_options()
5006 if (make_const_option_cache(&oc, &buffer, NULL, oro_len, in make_client6_options()