HomeSort by relevance Sort by last modified time
    Searched defs:tap_fd (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 79 int tap_fd; member in struct:__anon5670
100 void create_tap_read_thread(int tap_fd);
102 int btpan_tap_close(int tap_fd);
103 int btpan_tap_send(int tap_fd, const BD_ADDR src, const BD_ADDR dst, UINT16 protocol,
  /external/qemu/net/
net-android.c 1272 int tap_fd, if_fd, ppa = -1; local
1301 TFR(tap_fd = open("/dev/tap", O_RDWR, 0));
1302 if (tap_fd < 0) {
1312 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0)
    [all...]
net.c 1169 int tap_fd, if_fd, ppa = -1; local
1198 TFR(tap_fd = open("/dev/tap", O_RDWR, 0));
1199 if (tap_fd < 0) {
1209 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0)
1281 return tap_fd;
    [all...]

Completed in 319 milliseconds