ioLibrary for Cortex M series
|
Socket Utility Source File. More...
#include "common/common.h"
Go to the source code of this file.
Macros | |
#define | NETINIT_ADDR_SET(name_p) |
#define | WCF_HANDLE(item_v, ret_v) |
Functions | |
int8_t | network_init (uint8_t dhcp_sock, void_func ip_update, void_func ip_conflict) |
void | network_disp (wiz_NetInfo *netinfo) |
int8_t | sockwatch_open (uint8_t sock, watch_cbfunc cb) |
int8_t | sockwatch_close (uint8_t sock) |
int8_t | sockwatch_set (uint8_t sock, uint8_t item) |
int8_t | sockwatch_clr (uint8_t sock, uint8_t item) |
int8_t | sockwatch_chk (uint8_t sock, uint8_t item) |
void | sockwatch_run (void) |
int8_t | ip_check (int8_t *str, uint8_t *ip) |
int8_t | port_check (int8_t *str, uint16_t *port) |
int8_t | mac_check (int8_t *str, uint8_t *mac) |
int8_t * | inet_ntoa (uint32_t addr) |
int8_t * | inet_ntoa_pad (uint32_t addr) |
uint32_t | inet_addr (uint8_t *addr) |
uint16_t | swaps (uint16_t i) |
uint32_t | swapl (uint32_t l) |
uint16_t | htons (uint16_t hostshort) |
uint32_t | htonl (uint32_t hostlong) |
uint32_t | ntohs (uint16_t netshort) |
uint32_t | ntohl (uint32_t netlong) |
Socket Utility Source File.
Definition in file sockutil.c.
#define NETINIT_ADDR_SET | ( | name_p) |
Referenced by network_init().
#define WCF_HANDLE | ( | item_v, | |
ret_v | |||
) |
Referenced by sockwatch_run().