Searched refs:netconn_new_with_proto_and_callback (Results 1 – 4 of 4) sorted by relevance
/lib/liblwip/src/include/lwip/ |
D | api.h | 212 #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/ |
D | api_lib.c | 68 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback() function
|
D | sockets.c | 958 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, (u8_t)protocol, event_callback);
|
/lib/liblwip/ |
D | CHANGELOG | 2147 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen 2548 netconn_new_with_proto_and_callback.
|