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

/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp127 int ctrl_fd; local
128 ctrl_fd = openCtrl();
141 read_size = read(ctrl_fd, ctrl_data, sizeof(ctrl_data));
179 close(ctrl_fd);
189 int ctrl_fd = -1; local
219 ctrl_fd = openCtrl();
220 if (ctrl_fd < 0) {
225 close(ctrl_fd);
475 if (ctrl_fd >= 0) {
476 close(ctrl_fd);
486 int ctrl_fd = -1; local
[all...]

Completed in 21 milliseconds