OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:netconn_callback
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/lwip/src/include/lwip/
api_msg.h
165
struct netconn* netconn_alloc(enum netconn_type t,
netconn_callback
callback);
api.h
131
typedef void (*
netconn_callback
)(struct netconn *, enum netconn_evt, u16_t len);
typedef
188
netconn_callback
callback;
211
netconn_callback
callback);
/external/syslinux/core/lwip/src/api/
api_lib.c
68
netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
netconn_callback
callback)
api_msg.c
564
netconn_alloc(enum netconn_type t,
netconn_callback
callback)
[
all
...]
Completed in 1175 milliseconds