[android-developers] IPSEC in NDK code for Android

2010-03-29 Thread Ofer Goren
Hi. Does the NDK support IPSEC? I could'nt find the ported ipsec.h in the NDK tree. Any clue? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] IPSec and Android

2010-03-24 Thread Ofer Goren
Hi all. I was wondering if Android supports IPSec. I have a Linux application, written in C, that I need to port to Android. I couldn't find the ipsec related header files. Do I need to download something in order to add support for this feature? Thanks, Ofer -- You received this message

[android-developers] IPSEC for Android

2010-03-18 Thread Ofer Goren
Hi. I have a linux C application I need to port to Android. The application has some IPSec features that need to be supported as well. I looked in the latest NDK (1.6), but couldn't find ipsec.h header file. Does Android support IPSec? Any ideas how should I continue? Thanks, Ofer -- You

[android-developers] Developing Application w/ IPSec

2010-03-17 Thread Ofer Goren
Hi All. I have a Linux appliciation that uses ipsec, and I need to port it to Android. The code is in C. I installed the latest SDK and NDK (1.6), but I couldn't find ipsec.h in the Android NDK sources. Do I need to take the ipsec-tools package from the Android git repository and compile it? Does