summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/packet.c
Commit message (Collapse)AuthorAgeFilesLines
* Since r270929 raw sockets expect network byte order.glebius2014-09-111-11/+0
| | | | Submitted by: avg
* MFp4 @229471:pjd2013-07-031-5/+2
| | | | | | | Remove unused argument from assemble_hw_header(). Reviewed by: brooks Sponsored by: The FreeBSD Foundation
* MFp4: @229469:pjd2013-07-031-5/+0
| | | | | | | Garbage-collect dead prototypes. Reviewed by: brooks Sponsored by: The FreeBSD Foundation
* Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client.jhb2013-04-221-1/+1
| | | | | PR: bin/170279 MFC after: 1 week
* Make dhclient use bootpc (68) as the source port for unicast DHCPREQUESTphilip2009-10-211-0/+11
| | | | | | | | | | | | packets instead of allowing the protocol stack to pick a random source port. This fixes the behaviour where dhclient would never transition from RENEWING to BOUND without going through REBINDING in networks which are paranoid about DHCP spoofing, such as most mainstream cable-broadband ISP networks. Reviewed by: brooks Obtained from: OpenBSD (partly - I'm not convinced their solution can work) MFC after: 1 week (pending re approval)
* Add __FBSDID to all .c files in dhclient to aid in determining filebrooks2005-08-231-0/+3
| | | | versions when dealing with user problems.
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagbrooks2005-06-071-0/+253
OPENBSD_3_7).
OpenPOWER on IntegriCloud