summaryrefslogtreecommitdiffstats
path: root/src/net/socket.c
Commit message (Collapse)AuthorAgeFilesLines
* [socket] Add concept of a generalised socket address converterMichael Brown2013-10-211-0/+65
Add sock_aton() and sock_ntoa() to allow for parsing and transcription of arbitrary socket addresses. Signed-off-by: Michael Brown <mcb30@ipxe.org>