#include <ubixos/types.h>
#include <net/sockets.h>
#include <string.h>
#include "lib/kprintf.h"
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 | |||
| ) |
Definition at line 103 of file net.c.
References memcpy().
Referenced by loopif_output(), low_level_input(), and low_level_output().
| int inet_aton | ( | char * | cp, | |
| struct in_addr * | addr | |||
| ) | const |
1.4.7