HomeSort by: relevance | last modified time | path
    Searched defs:priv_fd (Results 1 - 3 of 3) sorted by relevancy

  /src/dist/pf/sbin/pflogd/
privsep.c 57 static int priv_fd = -1; variable in typeref:typename:int
124 priv_fd = socks[1];
256 if (priv_fd < 0)
261 must_write(priv_fd, &cmd, sizeof(int));
262 must_write(priv_fd, &snaplen, sizeof(int));
264 must_read(priv_fd, &ret, sizeof(int));
279 if (priv_fd < 0)
283 must_write(priv_fd, &cmd, sizeof(int));
284 fd = receive_fd(priv_fd);
294 if (priv_fd < 0
    [all...]
privsep.c 57 static int priv_fd = -1; variable in typeref:typename:int
124 priv_fd = socks[1];
256 if (priv_fd < 0)
261 must_write(priv_fd, &cmd, sizeof(int));
262 must_write(priv_fd, &snaplen, sizeof(int));
264 must_read(priv_fd, &ret, sizeof(int));
279 if (priv_fd < 0)
283 must_write(priv_fd, &cmd, sizeof(int));
284 fd = receive_fd(priv_fd);
294 if (priv_fd < 0
    [all...]
privsep.c 57 static int priv_fd = -1; variable in typeref:typename:int
124 priv_fd = socks[1];
256 if (priv_fd < 0)
261 must_write(priv_fd, &cmd, sizeof(int));
262 must_write(priv_fd, &snaplen, sizeof(int));
264 must_read(priv_fd, &ret, sizeof(int));
279 if (priv_fd < 0)
283 must_write(priv_fd, &cmd, sizeof(int));
284 fd = receive_fd(priv_fd);
294 if (priv_fd < 0
    [all...]

Completed in 34 milliseconds