Allow for calling find_dhcp_option() with "options" set to NULL, in order
commite40ebb67de88082e9f7a14a1a5c68d10b5c100e7
authorMichael Brown <mcb30@etherboot.org>
Wed, 19 Jul 2006 11:05:38 +0000 (19 11:05 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 19 Jul 2006 11:05:38 +0000 (19 11:05 +0000)
tree877475a598988f0d90490dcdef446de02d5acb60
parent7ab29b0bfe690100e6b190914514c27e37e6694c
Allow for calling find_dhcp_option() with "options" set to NULL, in order
to search through all registered option blocks.

Move some static inlines that are likely to be used frequently into
dhcpopts.c as normal functions, to save space.
src/include/gpxe/dhcp.h
src/net/dhcpopts.c