]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Add gethostbyaddr stub
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Tue, 25 Jun 2019 16:32:46 +0000 (16:32 +0000)
committerFelipe Huici <felipe.huici@neclab.eu>
Tue, 25 Jun 2019 18:33:03 +0000 (20:33 +0200)
commit6fc25825cef90b9e1e4a73fd5df919d08f85396f
treea0883cf7a61aeb652fa95cff46ac2fdfc0afd296
parenta1a8ad1f46ecd20362f31f96ea1b6acbccc88643
Add gethostbyaddr stub

This patch adds a new file host.c that holds host related functions. For now,
gethostbyaddr is available.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
Makefile.uk
exportsyms.uk
host.c [new file with mode: 0644]