Rename cons_options() to pack_options(), and do_packet() to
authorkrw <krw@openbsd.org>
Fri, 7 Jul 2017 14:53:06 +0000 (14:53 +0000)
committerkrw <krw@openbsd.org>
Fri, 7 Jul 2017 14:53:06 +0000 (14:53 +0000)
commitb414edd1ccbe5a071c29c03619d6475dd89a492e
treef0936691e2bdd1a947e8d26a36bb0847d06fce4f
parentd2409bbde9c44e0ee89a80ab86f39a34d5bc907e
Rename cons_options() to pack_options(), and do_packet() to
unpack_options(). Store the unpacked options in a static
variable. Move remaining raw packet processing from unpack_options()
to packethandler().

No more struct interface_info knowledge in options.c
sbin/dhclient/dhclient.c
sbin/dhclient/dhcpd.h
sbin/dhclient/dispatch.c
sbin/dhclient/options.c