| /components/drivers/phy/ |
| A D | ofw.c | 56 static rt_err_t _get_interface_by_name(const char *name, rt_phy_interface *interface) in _get_interface_by_name() argument 62 *interface = i; in _get_interface_by_name() 69 rt_err_t rt_ofw_get_interface(struct rt_ofw_node *np, rt_phy_interface *interface) in rt_ofw_get_interface() argument 78 return _get_interface_by_name(phy_mode, interface); in rt_ofw_get_interface()
|
| A D | ofw.h | 56 rt_err_t rt_ofw_get_interface(struct rt_ofw_node *np, rt_phy_interface *interface);
|
| A D | phy.c | 292 dev->interface = RT_PHY_INTERFACE_MODE_NA; in rt_phy_device_create() 470 …*rt_phy_get_device(struct mii_bus *bus,struct rt_ofw_node *np, int addr,rt_phy_interface interface) in rt_phy_get_device() argument 485 phy->interface = interface; in rt_phy_get_device()
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | README.md | 1 Porting network interface device for RT-Thread in lwIP. 2 The major jobs following RT-Thread Team. The RT-Thread network interface device need to synchronize…
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | snmp_agent.txt | 6 Note the agent uses the raw-API UDP interface so you may also want to 35 Instead lwIP uses the interface list with only one default interface 36 acting as a single gateway interface (G) for the default route. 39 for the default interface and network routes (no H) for each 40 network interface in the netif_list. 66 the mib2 variables for your interface.
|
| A D | rawapi.txt | 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 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 445 Registers the default network interface. 453 Creates a new DHCP client for this interface on the first call. [all …]
|
| A D | savannah.txt | 38 documentation and a graphic user interface. Use its key generator. 134 You will have to submit this via the user News interface, then approve 135 this via the Administrator News interface.
|
| /components/net/lwip/lwip-1.4.1/src/netif/ |
| A D | FILES | 1 This directory contains generic network interface device drivers that 18 A "loopback" network interface driver. It requires configuration
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | ppp.txt | 1 PPP interface for lwIP 62 /* The PPP IP interface */ 203 * Create a new PPPoS interface 205 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 222 * Create a new PPPoE interface 224 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 225 * ethif, already existing and setup Ethernet interface to use 245 * Create a new PPPoL2TP interface 247 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 269 /* Set this interface as default route */ [all …]
|
| A D | rawapi.txt | 1 Raw TCP/IP interface for lwIP 74 The raw TCP/IP interface allows the application program to integrate 82 The raw TCP/IP interface is not only faster in terms of code execution 91 program using the raw TCP/IP interface. 326 --- UDP interface 328 The UDP interface is similar to that of TCP, but due to the lower 329 level of complexity of UDP, the interface is significantly simpler. 394 Adds your network interface to the netif_list. Allocate a struct 419 Registers the default network interface. 435 Creates a new DHCP client for this interface on the first call. [all …]
|
| A D | FILES | 9 ppp.txt - Documentation of the PPP interface for lwIP.
|
| A D | savannah.txt | 35 documentation and a graphic user interface. Use its key generator. 119 You will have to submit this via the user News interface, then approve 120 this via the Administrator News interface.
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | ppp.txt | 1 PPP interface for lwIP 62 /* The PPP IP interface */ 203 * Create a new PPPoS interface 205 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 222 * Create a new PPPoE interface 224 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 225 * ethif, already existing and setup Ethernet interface to use 245 * Create a new PPPoL2TP interface 247 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 269 /* Set this interface as default route */ [all …]
|
| A D | FILES | 9 ppp.txt - Documentation of the PPP interface for lwIP.
|
| A D | savannah.txt | 35 documentation and a graphic user interface. Use its key generator. 119 You will have to submit this via the user News interface, then approve 120 this via the Administrator News interface.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | README.md | 1 Porting network interface device for RT-Thread in lwIP. 9 The major jobs following RT-Thread Team. The RT-Thread network interface device need to synchronize…
|
| /components/net/lwip/lwip-1.4.1/src/ |
| A D | FILES | 9 netif/ - Generic network interface device drivers are kept here,
|
| /components/net/lwip/lwip-2.0.3/src/ |
| A D | FILES | 12 netif/ - Generic network interface device drivers are kept here.
|
| /components/net/lwip/lwip-2.1.2/src/ |
| A D | FILES | 12 netif/ - Generic network interface device drivers are kept here.
|
| /components/drivers/usb/cherryusb/ |
| A D | README.md | 28 …interface and to take into account the fact that users have learned about uart and dma, the follow… 35 …bandwidth of the USB hardware, the design of the data transceiver class interface has the followin… 40 - Unlimited length make it easier to interface with hardware DMA and take advantage of DMA 59 …ry about the underlying logic. At the same time, a standard dcd porting interface has been standar… 97 …interface for different Classes to indicate what the Class driver needs to do after enumeration an…
|
| /components/net/netdev/ |
| A D | Kconfig | 2 bool "Enable network interface device"
|
| /components/drivers/include/drivers/ |
| A D | phy.h | 82 rt_phy_interface interface; member 134 …_phy_get_device(struct mii_bus *bus, struct rt_ofw_node *np, int addr, rt_phy_interface interface);
|
| /components/net/lwip/lwip-2.1.2/src/netif/ |
| A D | FILES | 1 This directory contains generic network interface device drivers that
|
| /components/net/lwip/lwip-2.0.3/src/netif/ |
| A D | FILES | 1 This directory contains generic network interface device drivers that
|
| /components/fal/docs/ |
| A D | fal_api_en.md | 135 …cilitate the operation of the partition through the deivice interface or the devfs interface. Afte…
|