aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Add #include <netinet/in_pcb.h> for missing forward declation ofCraig Rodrigues2011-05-031-0/+1
* IP_TTL is an IP socket option, not a TTL value. Use IPDEFTTLMarcel Moolenaar2009-11-051-1/+1
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
* Use %z to print size_t values.John Baldwin2005-05-311-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-16/+16
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-1/+3
* Correct the returned UDP datagram length. See the PR for a more comprehensiveMike Smith2001-05-281-1/+2
* Break out sendudp and readudp from net.c. This is for PXE, so itPaul Saab2000-04-081-0/+272