Searched defs:tap_fd (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/include/
H A Dbtif_pan_internal.h79 int tap_fd; member in struct:__anon1045
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/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c130 btpan_cb.tap_fd = -1;
147 if(btpan_cb.tap_fd != -1)
149 btpan_tap_close(btpan_cb.tap_fd);
150 btpan_cb.tap_fd = -1;
290 void create_tap_read_thread(int tap_fd) argument
295 btsock_thread_add_fd(pan_pth, tap_fd, 0, SOCK_THREAD_FD_RD, 0);
391 if (btpan_cb.tap_fd == -1)
396 btsock_thread_add_fd(pan_pth, btpan_cb.tap_fd, 0, SOCK_THREAD_FD_RD, 0);
397 bta_dmexecutecallback(btu_exec_tap_fd_read, (void *)btpan_cb.tap_fd);
440 int btpan_tap_send(int tap_fd, cons argument
[all...]
/external/qemu/net/
H A Dnet-android.c1272 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)
1384 return tap_fd;
H A Dnet.c1169 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;

Completed in 558 milliseconds