169170171172173174175176177178179
message.put( VENDOR_MAGIC_COOKIE ); for ( Iterator i = options.iterator(); i.hasNext(); ) { DhcpOption option = ( DhcpOption ) i.next(); option.writeTo( message ); } // add end option message.put( ( byte ) 0xff ); }
161162163164165166167168169170171
160161162163164165166167168169170