Home
last modified time | relevance | path

Searched refs:ctrl_fd (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13273/
Dpoc.c32 int ctrl_fd; variable
59 ret = write(ctrl_fd, buf, len); in thread_entry()
87 ctrl_fd = open("/proc/net/xt_qtaguid/ctrl", O_RDWR); in main()
88 if (ctrl_fd < 0) { in main()
97 close(ctrl_fd); in main()