Home
last modified time | relevance | path

Searched refs:eth_device_init_with_flag (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/
H A Dethernetif.h38 rt_err_t eth_device_init_with_flag(struct eth_device *dev, char *name, rt_uint16_t flag);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/
H A Dethernetif.h38 rt_err_t eth_device_init_with_flag(struct eth_device *dev, char *name, rt_uint16_t flag);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/
H A Dethernetif.h38 rt_err_t eth_device_init_with_flag(struct eth_device *dev, char *name, rt_uint16_t flag);
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/
H A Dethernetif.c180 rt_err_t eth_device_init_with_flag(struct eth_device *dev, char *name, rt_uint16_t flags) in eth_device_init_with_flag() function
259 return eth_device_init_with_flag(dev, name, flags); in eth_device_init()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/
H A Dethernetif.c208 rt_err_t eth_device_init_with_flag(struct eth_device *dev, char *name, rt_uint16_t flags) in eth_device_init_with_flag() function
281 return eth_device_init_with_flag(dev, name, flags); in eth_device_init()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dethernetif.c210 rt_err_t eth_device_init_with_flag(struct eth_device *dev, char *name, rt_uint16_t flags) in eth_device_init_with_flag() function
283 return eth_device_init_with_flag(dev, name, flags); in eth_device_init()