Rename 'packet' field to 'recv_packet' and 'bootrequest_packet'
authorkrw <krw@openbsd.org>
Tue, 13 Jun 2017 15:49:32 +0000 (15:49 +0000)
committerkrw <krw@openbsd.org>
Tue, 13 Jun 2017 15:49:32 +0000 (15:49 +0000)
commit64c16fa393ca71f6483577ec14476895ed970c57
tree0e8034283b21bbaaa03e331598f48b9ae7fefe26
parent6fdb28a2d1472331b7cd8de1e4332b92f61053e5
Rename 'packet' field to 'recv_packet' and 'bootrequest_packet'
field to 'sent_packet'. Also 'bootrequest_packet_length' to
'sent_packet_length'.

Adopt consistent idiom of a local variable 'packet' to point at
packet being manipulated.

No intentional functional change.
sbin/dhclient/bpf.c
sbin/dhclient/dhclient.c
sbin/dhclient/dhcpd.h
sbin/dhclient/options.c