Home
last modified time | relevance | path

Searched refs:netconn_new_with_proto_and_callback (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dapi.h212 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL)
213 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c)
215 netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
/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() function
A Dsockets.c958 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, (u8_t)protocol, event_callback);

Completed in 7 milliseconds