Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A Dapi.h131 typedef void (* netconn_callback)(struct netconn *, enum netconn_evt, u16_t len); typedef
193 netconn_callback callback;
216 netconn_callback callback);
A Dapi_msg.h168 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/lk-master/external/lib/lwip/api/
A 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()
A Dapi_msg.c572 netconn_alloc(enum netconn_type t, netconn_callback callback)

Completed in 7 milliseconds