Home
last modified time | relevance | path

Searched refs:netconn_callback (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dapi.h131 typedef void (* netconn_callback)(struct netconn *, enum netconn_evt, u16_t len); typedef
188 netconn_callback callback;
211 netconn_callback callback);
Dapi_msg.h165 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/external/syslinux/core/lwip/src/api/
Dapi_lib.c68 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback()
Dapi_msg.c564 netconn_alloc(enum netconn_type t, netconn_callback callback)