HomeSort by: relevance | last modified time | path
    Searched refs:logopt (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/tcpdchk/
fakelog.c 30 openlog(const char *name, int logopt, int facility)
  /src/distrib/utils/libhack/
syslog.c 98 openlog_r(const char *id, int logopt, int facility, struct syslog_data *data)
  /src/usr.sbin/rtadvd/
rtadvd.c 183 int fflag = 0, logopt; local in function:main
237 logopt = LOG_NDELAY | LOG_PID;
239 logopt |= LOG_PERROR;
240 openlog("rtadvd", logopt, LOG_DAEMON);
  /src/dist/pf/sbin/pfctl/
parse.y 456 %type <v.logquick> logquick quick log logopts logopt
2267 logopts : logopt { $$ = $1; }
2268 | logopts comma logopt {
2276 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; } label

Completed in 36 milliseconds