lwIP definition based on common netif_t struct for network stack-independent API.
More...
lwIP definition based on common netif_t struct for network stack-independent API.
- Author
- Erik Ekman eekma.nosp@m.n@go.nosp@m.ogle..nosp@m.com
Definition in file compat.h.
#include "bhp/event.h"
#include "event.h"
#include "lwip/netif.h"
#include "net/netif.h"
Go to the source code of this file.
◆ lwip_netif_dev_acquire()
static void lwip_netif_dev_acquire |
( |
struct netif * |
netif | ) |
|
|
inlinestatic |
Acquire the LWIP netif network device.
- Parameters
-
[out] | netif | pointer to the LWIP network interface |
Definition at line 64 of file compat.h.
◆ lwip_netif_dev_lock_init()
static void lwip_netif_dev_lock_init |
( |
struct netif * |
netif | ) |
|
|
inlinestatic |
Init the LWIP netif network device lock.
- Parameters
-
[in] | netif | pointer to the LWIP network interface |
Definition at line 53 of file compat.h.
◆ lwip_netif_dev_release()
static void lwip_netif_dev_release |
( |
struct netif * |
netif | ) |
|
|
inlinestatic |
Release the LWIP netif network device.
- Parameters
-
[out] | netif | pointer to the LWIP network interface |
Definition at line 75 of file compat.h.