Home
last modified time | relevance | path

Searched refs:logopt (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/tools/
HDipf.c268 int flag, xfd, logopt, change = 0; local
318 logopt = 0;
319 if (ioctl(xfd, SIOCGETLG, &logopt))
322 logopt = 1 - logopt;
323 if (ioctl(xfd, SIOCSETLG, &logopt))
335 logopt = 0;
336 if (ioctl(xfd, SIOCGETLG, &logopt))
339 logopt = 1 - logopt;
340 if (ioctl(xfd, SIOCSETLG, &logopt))
HDipf_y.y388 logopt
402 logopt
561 logopt: log
/freebsd-11-stable/contrib/tcp_wrappers/
HDfakelog.c20 void openlog(name, logopt, facility) in openlog() argument
22 int logopt;
/freebsd-11-stable/libexec/tftpd/
HDtftp-utils.c127 tftp_openlog(const char *ident, int logopt, int facility) in tftp_openlog() argument
132 openlog(ident, logopt, facility); in tftp_openlog()
HDtftp-utils.h107 void tftp_openlog(const char *ident, int logopt, int facility);
/freebsd-11-stable/usr.sbin/apmd/
HDapmd.c644 int logopt = LOG_NDELAY | LOG_PID; in main() local
674 logopt |= LOG_PERROR; in main()
677 openlog(prog ? prog+1 : av[0], logopt, LOG_DAEMON); in main()
/freebsd-11-stable/usr.sbin/rtadvd/
HDrtadvd.c182 int fflag = 0, logopt; in main() local
226 logopt = LOG_NDELAY | LOG_PID; in main()
228 logopt |= LOG_PERROR; in main()
229 openlog("rtadvd", logopt, LOG_DAEMON); in main()
/freebsd-11-stable/contrib/libxo/libxo/
HDxo.h629 xo_open_log (const char *ident, int logopt, int facility);
/freebsd-11-stable/sbin/pfctl/
HDparse.y502 %type <v.logquick> logquick quick log logopts logopt
2778 logopts : logopt { $$ = $1; }
2779 | logopts comma logopt {
2787 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; }
/freebsd-11-stable/contrib/libxo/doc/
HDapi.rst1423 .. c:function:: void xo_open_log (const char *ident, int logopt, int facility)
1427 :param int logopt: Bit field containing logging options
HDlibxo.txt2394 xo_open_log (const char *ident, int logopt, int facility);