Searched refs:logopt (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/contrib/ipfilter/tools/ |
| HD | ipf.c | 268 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))
|
| HD | ipf_y.y | 388 logopt 402 logopt 561 logopt: log
|
| /freebsd-11-stable/contrib/tcp_wrappers/ |
| HD | fakelog.c | 20 void openlog(name, logopt, facility) in openlog() argument 22 int logopt;
|
| /freebsd-11-stable/libexec/tftpd/ |
| HD | tftp-utils.c | 127 tftp_openlog(const char *ident, int logopt, int facility) in tftp_openlog() argument 132 openlog(ident, logopt, facility); in tftp_openlog()
|
| HD | tftp-utils.h | 107 void tftp_openlog(const char *ident, int logopt, int facility);
|
| /freebsd-11-stable/usr.sbin/apmd/ |
| HD | apmd.c | 644 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/ |
| HD | rtadvd.c | 182 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/ |
| HD | xo.h | 629 xo_open_log (const char *ident, int logopt, int facility);
|
| /freebsd-11-stable/sbin/pfctl/ |
| HD | parse.y | 502 %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/ |
| HD | api.rst | 1423 .. c:function:: void xo_open_log (const char *ident, int logopt, int facility) 1427 :param int logopt: Bit field containing logging options
|
| HD | libxo.txt | 2394 xo_open_log (const char *ident, int logopt, int facility);
|