HomeSort by relevance Sort by last modified time
    Searched refs:lwip (Results 1 - 9 of 9) sorted by null

  /external/syslinux/core/fs/pxe/
core.c 2 #include <lwip/api.h>
3 #include <lwip/tcpip.h>
4 #include <lwip/dns.h>
27 struct net_private_lwip *priv = &socket->net.lwip;
51 struct net_private_lwip *priv = &socket->net.lwip;
69 struct net_private_lwip *priv = &socket->net.lwip;
84 struct net_private_lwip *priv = &socket->net.lwip;
101 struct net_private_lwip *priv = &socket->net.lwip;
137 struct netconn *conn = socket->net.lwip.conn;
178 struct netconn *conn = socket->net.lwip.conn
    [all...]
dhcp_option.c 5 #include <lwip/opt.h> /* DNS_MAX_SERVERS */
pxe.h 123 struct netconn *conn; /* lwip network connection */
124 struct netbuf *buf; /* lwip cached buffer */
125 } lwip; member in union:net_private
ftp.c 23 #include <lwip/api.h>
http.c 3 #include <lwip/api.h>
  /external/syslinux/core/
Makefile 29 -I$(SRC)/lwip/src/include -I$(SRC)/lwip/src/include/ipv4 -I$(SRC)/fs/pxe
59 $(shell find $(SRC)/lwip -name '*.c' -print) \
187 # LwIP network stack
  /external/syslinux/core/lwip/src/netif/
ethernetif.c 33 * This file is part of the lwIP TCP/IP stack.
41 * drivers for lwIP. Add code to the low_level functions and do a
46 #include "lwip/opt.h"
50 #include "lwip/def.h"
51 #include "lwip/mem.h"
52 #include "lwip/pbuf.h"
53 #include "lwip/sys.h"
54 #include <lwip/stats.h>
55 #include <lwip/snmp.h>
81 * @param netif the already initialized lwip network interface structur
    [all...]
undiif.c 33 * This file is part of the lwIP TCP/IP stack.
43 * drivers for lwIP. Add code to the low_level functions and do a
62 #include "lwip/opt.h"
69 #include "lwip/def.h"
70 #include "lwip/mem.h"
71 #include "lwip/pbuf.h"
72 #include "lwip/sys.h"
73 #include <lwip/stats.h>
74 #include <lwip/snmp.h>
77 #include "lwip/netifapi.h
    [all...]
  /external/curl/lib/
curl_setup.h 288 # include <lwip/init.h>
289 # include <lwip/sockets.h>
290 # include <lwip/netdb.h>
466 * Does not apply if lwIP is used.
655 * Ensure that Winsock and lwIP TCP/IP stacks are not mixed.
664 # error "Winsock and lwIP TCP/IP stack definitions shall not coexist!"

Completed in 876 milliseconds