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:__anon2923
96 void create_tap_read_thread(int tap_fd);
98 int btpan_tap_close(int tap_fd);
99 int btpan_tap_send(int tap_fd, const BD_ADDR src, const BD_ADDR dst, UINT16 protocol,
  /external/qemu/
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...]
net-android.c 1297 int tap_fd, if_fd, ppa = -1; local
1326 TFR(tap_fd = open("/dev/tap", O_RDWR, 0));
1327 if (tap_fd < 0) {
1337 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0)
    [all...]

Completed in 3199 milliseconds