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

/freebsd-10.3-release/contrib/ngatm/sscop/
H A Dcommon.h58 extern int user_out_fd; /* file descriptor for output to user */
H A Dsscop_main.c155 user_out_fd = -1;
167 user_out_fd = 3;
220 if(user_out_fd < 0)
221 user_out_fd = user_fd;
H A Dcommon.c64 int user_out_fd; variable
305 if ((size = writev(user_out_fd, iov, 2)) == -1)

Completed in 116 milliseconds