Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
lwip.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2015 Martine Lenders <mlenders@inf.fu-berlin.de>
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
18
19
#include "event.h"
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
28
extern
event_queue_t
lwip_event_queue
;
29
36
void
lwip_bootstrap
(
void
);
37
38
#ifdef __cplusplus
39
}
40
#endif
41
event_queue_t
struct PTRTAG event_queue_t
event queue structure
lwip_bootstrap
void lwip_bootstrap(void)
Initializes lwIP stack.
lwip_event_queue
event_queue_t lwip_event_queue
event queue for netdev events
Generated on Thu Sep 24 2026 04:06:03 by
1.13.2