File nut/net/inet.c
Included Files
#include <nut/include/arpa/inet.h>
Global Function inet_addr()
u_long inet_addr ( const char* str )
Prototyped in:
nut/include/arpa/inet.h
Called by:
NutNetIfSetup()
nut/net/ifconfig.c
Global Function inet_ntoa()
char* inet_ntoa ( u_long addr )
Prototyped in:
nut/include/arpa/inet.h
Called by:
ProcessAspFunction()
nut/pro/asp.c