| H A D | NetworkInterface.c | 127 static jobject createNetworkInterface(JNIEnv *env, netif *ifs); 131 static netif *enumIPv4Interfaces(JNIEnv *env, int sock, netif *ifs); 134 static netif *enumIPv6Interfaces(JNIEnv *env, int sock, netif *ifs); 137 static netif *addif(JNIEnv *env, int sock, const char * if_name, netif *ifs, struct sockaddr* ifr_addrP, int family, short prefix); 138 static void freeif(netif *ifs); 155 static netif *enumIPvXInterfaces(JNIEnv *env, int sock, netif *ifs, int family); 212 netif *ifs, *curr; local 217 ifs = enumInterfaces(env); 218 if (ifs == NULL) { 227 curr = ifs; 256 netif *ifs, *curr; local 296 netif *ifs, *curr; local 386 netif *ifs, *curr; local 592 createNetworkInterface(JNIEnv *env, netif *ifs) argument 748 netif *ifs; local 812 freeif(netif *ifs) argument 837 addif(JNIEnv *env, int sock, const char * if_name, netif *ifs, struct sockaddr* ifr_addrP, int family, short prefix) argument 1068 enumIPv4Interfaces(JNIEnv *env, int sock, netif *ifs) argument 1127 enumIPv6Interfaces(JNIEnv *env, int sock, netif *ifs) argument 1368 enumIPv4Interfaces(JNIEnv *env, int sock, netif *ifs) argument 1373 enumIPv6Interfaces(JNIEnv *env, int sock, netif *ifs) argument 1382 enumIPvXInterfaces(JNIEnv *env, int sock, netif *ifs, int family) argument 1728 enumIPv4Interfaces(JNIEnv *env, int sock, netif *ifs) argument 1802 enumIPv6Interfaces(JNIEnv *env, int sock, netif *ifs) argument [all...] |