Home
last modified time | relevance | path

Searched refs:string_to_loglevel (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/pfctl/
H A Dpfctl_parser.h277 int string_to_loglevel(const char *);
H A Dpfctl.c2093 if ((loglevel = string_to_loglevel(d)) >= 0) in pfctl_set_debug()
2887 if ((level = string_to_loglevel((char *)debugopt)) < 0) { in main()
H A Dpfctl_parser.c313 string_to_loglevel(const char *name) in string_to_loglevel() function