#include <net/socket_codes.h>
#include <net/in.h>
#include <net/in6.h>
#include <net/inet.h>
#include <errno.h>
#include <mem.h>
#include <stdio.h>
#include <str.h>
Go to the source code of this file.
Functions | |
int | inet_ntop (uint16_t family, const uint8_t *data, char *address, size_t length) |
Prints the address into the character buffer. | |
int | inet_pton (uint16_t family, const char *address, uint8_t *data) |
Parses the character string into the address. |
Definition in file inet.c.