HomeSort by relevance Sort by last modified time
    Searched refs:ip_fd (Results 1 - 2 of 2) sorted by null

  /external/qemu/net/
net-android.c 1273 static int ip_fd = 0; local
1292 if( ip_fd )
1293 close(ip_fd);
1295 TFR(ip_fd = open("/dev/udp", O_RDWR, 0));
1296 if (ip_fd < 0) {
1342 /* Push arp module to ip_fd */
1343 if (ioctl (ip_fd, I_POP, NULL) < 0)
    [all...]
net.c 1170 static int ip_fd = 0; local
1189 if( ip_fd )
1190 close(ip_fd);
1192 TFR(ip_fd = open("/dev/udp", O_RDWR, 0));
1193 if (ip_fd < 0) {
1239 /* Push arp module to ip_fd */
1240 if (ioctl (ip_fd, I_POP, NULL) < 0)
1242 if (ioctl (ip_fd, I_PUSH, "arp") < 0)
1258 if((ip_muxid = ioctl(ip_fd, I_LINK, if_fd)) < 0){
1263 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0
    [all...]

Completed in 42 milliseconds