Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
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,
/lib/liblwip/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() function
Dsockets.c958 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, (u8_t)protocol, event_callback);
/lib/liblwip/
DCHANGELOG2147 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen
2548 netconn_new_with_proto_and_callback.