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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dchroot.c102 static int helper_fd = -1; variable
298 assert(helper_fd < 0);
327 helper_fd = sock[0];
334 if (helper_fd <= 0)
337 close(helper_fd);
338 helper_fd = -1;
343 if (helper_fd >= 0) {
359 if (write(helper_fd, &command, sizeof(command)) < 0) {
364 return recv_fd(helper_fd);
386 if (helper_fd >
[all...]

Completed in 46 milliseconds