Searched refs:netconn_new_with_proto_and_callback (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi.h239 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL)
240 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c)
242 netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h128 netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u16_t proto,
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c197 netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u16_t proto, function
252 return netconn_new_with_proto_and_callback(t,0,NULL);
259 return netconn_new_with_proto_and_callback(t,0,callback);
H A Dsockets.c573 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, protocol, event_callback);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h171 #define netconn_new_with_proto_and_callback lwip_netconn_new_with_proto_and_callback macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h67 #define netconn_new_with_proto_and_callback lwip_netconn_new_with_proto_and_callback macro
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_lib.c68 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) function
H A Dsockets.c1030 conn = netconn_new_with_proto_and_callback(DOMAIN_TO_NETCONN_TYPE(domain, NETCONN_RAW),

Completed in 52 milliseconds