Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dapi.h310 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL)
311 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c)
312 struct netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
/third_party/lwip/src/api/
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() function
Dsockets.c1761 conn = netconn_new_with_proto_and_callback(DOMAIN_TO_NETCONN_TYPE(domain, NETCONN_RAW), in lwip_socket()
/third_party/lwip/
DCHANGELOG3346 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen
3747 netconn_new_with_proto_and_callback.