OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strioc_ppa
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
net-android.c
1303
struct strioctl strioc_if,
strioc_ppa
;
local
1333
strioc_ppa
.ic_cmd = TUNNEWPPA;
1334
strioc_ppa
.ic_timout = 0;
1335
strioc_ppa
.ic_len = sizeof(ppa);
1336
strioc_ppa
.ic_dp = (char *)&ppa;
1337
if ((ppa = ioctl (tap_fd, I_STR, &
strioc_ppa
)) < 0)
[
all
...]
net.c
1175
struct strioctl strioc_if,
strioc_ppa
;
local
1205
strioc_ppa
.ic_cmd = TUNNEWPPA;
1206
strioc_ppa
.ic_timout = 0;
1207
strioc_ppa
.ic_len = sizeof(ppa);
1208
strioc_ppa
.ic_dp = (char *)&ppa;
1209
if ((ppa = ioctl (tap_fd, I_STR, &
strioc_ppa
)) < 0)
[
all
...]
Completed in 36 milliseconds