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

/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp130 int ctrl_fd; local
131 ctrl_fd = openCtrl();
144 read_size = read(ctrl_fd, ctrl_data, sizeof(ctrl_data));
182 close(ctrl_fd);
190 ctrl_fd = -1;
209 ctrl_fd = openCtrl();
210 ASSERT_GE(ctrl_fd, 0) << "qtaguid ctrl open failed";
211 close(ctrl_fd);
231 if (ctrl_fd >= 0) {
232 close(ctrl_fd);
238 int ctrl_fd; member in class:android::SocketTaggingTest
[all...]

Completed in 43 milliseconds