Lines Matching refs:interface
1 Raw TCP/IP interface for lwIP
59 The raw TCP/IP interface allows the application program to integrate
67 The raw TCP/IP interface is not only faster in terms of code execution
70 the raw TCP/IP interface are more difficult to understand. Still, this
76 program using the raw TCP/IP interface.
305 --- Lower layer TCP interface
307 TCP provides a simple interface to the lower layers of the
316 --- UDP interface
318 The UDP interface is similar to that of TCP, but due to the lower
319 level of complexity of UDP, the interface is significantly simpler.
422 Adds your network interface to the netif_list. Allocate a struct
428 your ethernet netif interface. The following code illustrates it's use.
445 Registers the default network interface.
453 Creates a new DHCP client for this interface on the first call.
477 Check your network interface driver if it reads at