summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/netudp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.mpi2015-07-161-5/+5
| | | | ok guenther@, henning@
* Yet more #include de-duplication.krw2014-11-201-2/+1
| | | | ok deraadt@ tedu@
* Move {recv,send}udp() out of net.c into their own file; to be used shortly.miod2014-11-191-0/+256
Add the new files to the few md libsa builds which require it.