summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/netudp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop converting UDP and IP header values from network endianness to hostpatrick2018-03-311-10/+7
* Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.mpi2015-07-161-5/+5
* Yet more #include de-duplication.krw2014-11-201-2/+1
* Move {recv,send}udp() out of net.c into their own file; to be used shortly.miod2014-11-191-0/+256