Searched refs:logopt (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/ipfilter/tools/ |
| HD | ipf.c | 277 int flag, xfd, logopt, change = 0; local 327 logopt = 0; 328 if (ioctl(xfd, SIOCGETLG, &logopt)) 331 logopt = 1 - logopt; 332 if (ioctl(xfd, SIOCSETLG, &logopt)) 344 logopt = 0; 345 if (ioctl(xfd, SIOCGETLG, &logopt)) 348 logopt = 1 - logopt; 349 if (ioctl(xfd, SIOCSETLG, &logopt))
|
| HD | ipf_y.y | 387 logopt 401 logopt 560 logopt: log
|
| /NextBSD/contrib/tcp_wrappers/ |
| HD | fakelog.c | 20 openlog(name, logopt, facility) in openlog() argument 22 int logopt;
|
| /NextBSD/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);
|
| /NextBSD/usr.sbin/apmd/ |
| HD | apmd.c | 642 int logopt = LOG_NDELAY | LOG_PID; in main() local 672 logopt |= LOG_PERROR; in main() 675 openlog(prog ? prog+1 : av[0], logopt, LOG_DAEMON); in main()
|
| /NextBSD/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()
|
| /NextBSD/contrib/libxo/libxo/ |
| HD | xo.h | 561 xo_open_log (const char *ident, int logopt, int facility);
|
| /NextBSD/sbin/pfctl/ |
| HD | parse.y | 495 %type <v.logquick> logquick quick log logopts logopt 2671 logopts : logopt { $$ = $1; } 2672 | logopts comma logopt { 2680 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; }
|
| /NextBSD/contrib/libxo/doc/ |
| HD | libxo.txt | 2156 xo_open_log (const char *ident, int logopt, int facility);
|