Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_cmd.c93 char rule_string[1024]; in npfctl_parse_rule() local
97 if (!join(rule_string, sizeof(rule_string), argc, argv, " ")) { in npfctl_parse_rule()
100 npfctl_parse_string(rule_string, entry); in npfctl_parse_rule()