wm_sockets2.1.3.h 516 B

1234567891011121314151617181920212223242526
  1. /**
  2. * @file wm_sockets2.1.3.h
  3. *
  4. * @brief sockets2.1.3 apis
  5. *
  6. * @author winnermicro
  7. *
  8. * @copyright (c) 2014 Winner Microelectronics Co., Ltd.
  9. */
  10. #ifndef WM_SOCKET_API2_1_3_H
  11. #define WM_SOCKET_API2_1_3_H
  12. #include <stdio.h>
  13. #include "wm_type_def.h"
  14. #include "wm_config.h"
  15. #include <time.h>
  16. #include "lwip/ip_addr.h"
  17. #include "lwip/sockets.h"
  18. #include "lwip/netdb.h"
  19. extern void print_ipaddr(ip_addr_t *ip);
  20. extern struct netif *wm_ip4_route_src(const ip4_addr_t *dest, const ip4_addr_t *src);
  21. #endif