[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LWIP PATCH 0/3] Add gethost*, getserv* and getproto*
This patch adds the implementation of getproto* function from musl as well as two new files host.c and serv.c that hold the gethost* and getserv* functions. Vlad-Andrei Badoiu (3): Add proto* functions Add gethostbyaddr stub Add getservbyname and getservbyport stubs Makefile.uk | 3 ++ exportsyms.uk | 8 ++++ host.c | 42 +++++++++++++++++++ proto.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++ serv.c | 46 +++++++++++++++++++++ 5 files changed, 211 insertions(+) create mode 100644 host.c create mode 100644 proto.c create mode 100644 serv.c -- 2.21.0 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |