Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
H A Dapi.h215 typedef void (* netconn_callback)(struct netconn *, enum netconn_evt, u16_t len); typedef
285 netconn_callback callback;
313 netconn_callback callback);
/third_party/lwip/src/include/lwip/priv/
H A Dapi_msg.h224 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/third_party/lwip/src/api/
H A Dapi_lib.c149 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback()
H A Dapi_msg.c751 netconn_alloc(enum netconn_type t, netconn_callback callback)

Completed in 6 milliseconds