#include <ubixos/types.h>
#include <net/sockets.h>
#include <string.h>
#include "lib/kprintf.h"
Include dependency graph for net.c:
Go to the source code of this file.
Typedefs | |
typedef uInt32 | in_addr_t |
Functions | |
void | bcopy (const void *src, void *dest, int len) |
void | bzero (void *data, int n) |
uInt32 | htonl (uInt32 n) |
uInt32 | htons (uInt32 n) |
int | inet_aton (char *cp, struct in_addr *addr) const |
void bcopy | ( | const void * | src, | |
void * | dest, | |||
int | len | |||
) |
void bzero | ( | void * | data, | |
int | n | |||
) |
int inet_aton | ( | char * | cp, | |
struct in_addr * | addr | |||
) | const |