History log of /freebsd-10-stable/lib/libstand/udp.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 221364 03-May-2011 rodrigc

Add #include <netinet/in_pcb.h> for missing forward declation of
struct inpcb.


# 198941 05-Nov-2009 marcel

IP_TTL is an IP socket option, not a TTL value. Use IPDEFTTL
instead.


# 165906 08-Jan-2007 imp

Remove California Regent's clause 3, per letter


# 146835 31-May-2005 jhb

Use %z to print size_t values.


# 92913 21-Mar-2002 obrien

Remove 'register' keyword.


# 84221 30-Sep-2001 dillon

Add __FBSDID()s to libstand


# 77370 28-May-2001 msmith

Correct the returned UDP datagram length. See the PR for a more comprehensive
description of the fix.

PR: misc/25503
Submitted by: Jim Browne <jbrowne@jbrowne.com>
MFC after: 1 week


# 59086 07-Apr-2000 ps

Break out sendudp and readudp from net.c. This is for PXE, so it
can use its own UDP interface.