#include <lwip/tcpip.h>
#include <lwip/netdb.h>
#include <lwip/init.h>
#include <lwip/sockets.h>
Go to the source code of this file.
◆ OPTVAL_TYPE
◆ UA_accept
      
        
          | #define UA_accept   lwip_accept | 
        
      
 
 
◆ UA_AGAIN
◆ UA_bind
      
        
          | #define UA_bind   lwip_bind | 
        
      
 
 
◆ UA_close
      
        
          | #define UA_close   lwip_close | 
        
      
 
 
◆ UA_connect
      
        
          | #define UA_connect   lwip_connect | 
        
      
 
 
◆ UA_EAGAIN
◆ UA_ERR_CONNECTION_PROGRESS
      
        
          | #define UA_ERR_CONNECTION_PROGRESS   EINPROGRESS | 
        
      
 
 
◆ UA_ERRNO
◆ UA_fd_isset
      
        
          | #define UA_fd_isset | 
          ( | 
            | 
          fd,  | 
        
        
           | 
           | 
            | 
          fds  | 
        
        
           | 
          ) | 
           |    FD_ISSET((unsigned int)fd, fds) | 
        
      
 
 
◆ UA_fd_set
      
        
          | #define UA_fd_set | 
          ( | 
            | 
          fd,  | 
        
        
           | 
           | 
            | 
          fds  | 
        
        
           | 
          ) | 
           |    FD_SET((unsigned int)fd, fds) | 
        
      
 
 
◆ UA_freeaddrinfo
      
        
          | #define UA_freeaddrinfo   lwip_freeaddrinfo | 
        
      
 
 
◆ UA_getaddrinfo
      
        
          | #define UA_getaddrinfo   lwip_getaddrinfo | 
        
      
 
 
◆ UA_gethostname
◆ UA_getsockname
      
        
          | #define UA_getsockname   lwip_getsockname | 
        
      
 
 
◆ UA_getsockopt
      
        
          | #define UA_getsockopt   lwip_getsockopt | 
        
      
 
 
◆ UA_htonl
      
        
          | #define UA_htonl   lwip_htonl | 
        
      
 
 
◆ UA_inet_pton
      
        
          | #define UA_inet_pton | 
          ( | 
            | 
          af,  | 
        
        
           | 
           | 
            | 
          src,  | 
        
        
           | 
           | 
            | 
          dst  | 
        
        
           | 
          ) | 
           |         (((af) == AF_INET) ? ip4addr_aton((src),(ip4_addr_t*)(dst)) : 0) | 
        
      
 
 
◆ UA_INTERRUPTED
      
        
          | #define UA_INTERRUPTED   EINTR | 
        
      
 
 
◆ UA_INVALID_SOCKET
      
        
          | #define UA_INVALID_SOCKET   -1 | 
        
      
 
 
◆ UA_IPV6
      
        
          | #define UA_IPV6   LWIP_IPV6 | 
        
      
 
 
◆ UA_listen
      
        
          | #define UA_listen   lwip_listen | 
        
      
 
 
◆ UA_LOG_SOCKET_ERRNO_GAI_WRAP
◆ UA_ntohl
      
        
          | #define UA_ntohl   lwip_ntohl | 
        
      
 
 
◆ UA_poll
      
        
          | #define UA_poll   lwip_poll | 
        
      
 
 
◆ UA_POLLIN
◆ UA_POLLOUT
      
        
          | #define UA_POLLOUT   POLLOUT | 
        
      
 
 
◆ UA_recv
      
        
          | #define UA_recv   lwip_recv | 
        
      
 
 
◆ UA_recvfrom
      
        
          | #define UA_recvfrom   lwip_recvfrom | 
        
      
 
 
◆ UA_select
      
        
          | #define UA_select   lwip_select | 
        
      
 
 
◆ UA_send
      
        
          | #define UA_send   lwip_send | 
        
      
 
 
◆ UA_sendto
      
        
          | #define UA_sendto   lwip_sendto | 
        
      
 
 
◆ UA_setsockopt
      
        
          | #define UA_setsockopt   lwip_setsockopt | 
        
      
 
 
◆ UA_shutdown
      
        
          | #define UA_shutdown   lwip_shutdown | 
        
      
 
 
◆ UA_SOCKET
◆ UA_socket
      
        
          | #define UA_socket   lwip_socket | 
        
      
 
 
◆ UA_WOULDBLOCK
      
        
          | #define UA_WOULDBLOCK   EWOULDBLOCK | 
        
      
 
 
◆ gethostname_lwip()
      
        
          | int gethostname_lwip  | 
          ( | 
          char *  | 
          name,  | 
        
        
           | 
           | 
          size_t  | 
          len  | 
        
        
           | 
          ) | 
           |  |