net: dhcp: unify options and params
The dhcp code distinguishes between options and params. If sent to the
server they are params, if received from the server they are options.
Unify them all to be options. If it has a handle_param callback it's
a param, if it has a handle callback it's an option.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent a9e7e68 commit d917c049721f8f4ef252dec053c27ff11e6e1e80
@Sascha Hauer Sascha Hauer authored on 11 Dec 2015
Showing 1 changed file
View
net/dhcp.c