client-c  0.8.1
esp8266_sock.h File Reference
#include <lwip/lwip/sockets.h>
+ Include dependency graph for esp8266_sock.h:

Go to the source code of this file.

Macros

#define KAA_HTONS(a)   htons((a))
 
#define KAA_HTONL(a)   htonl((a))
 
#define KAA_HTONLL(a)   htonll((a))
 
#define KAA_NTOHS(a)   ntohs((a))
 
#define KAA_NTOHL(a)   ntohl((a))
 
#define KAA_NTOHLL(a)   ntohll((a))
 

Typedefs

typedef int kaa_fd_t
 
typedef struct sockaddr kaa_sockaddr_t
 
typedef struct sockaddr_in kaa_sockaddr_storage_t
 
typedef socklen_t kaa_socklen_t
 

Macro Definition Documentation

#define KAA_HTONL (   a)    htonl((a))

Definition at line 30 of file esp8266_sock.h.

#define KAA_HTONLL (   a)    htonll((a))

Definition at line 31 of file esp8266_sock.h.

#define KAA_HTONS (   a)    htons((a))

Definition at line 29 of file esp8266_sock.h.

#define KAA_NTOHL (   a)    ntohl((a))

Definition at line 34 of file esp8266_sock.h.

#define KAA_NTOHLL (   a)    ntohll((a))

Definition at line 35 of file esp8266_sock.h.

#define KAA_NTOHS (   a)    ntohs((a))

Definition at line 33 of file esp8266_sock.h.

Typedef Documentation

typedef int kaa_fd_t

Copyright 2014-2016 CyberVision, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition at line 22 of file esp8266_sock.h.

typedef struct sockaddr_in kaa_sockaddr_storage_t

Definition at line 25 of file esp8266_sock.h.

typedef struct sockaddr kaa_sockaddr_t

Definition at line 24 of file esp8266_sock.h.

typedef socklen_t kaa_socklen_t

Definition at line 26 of file esp8266_sock.h.