Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_cmd.c296 } tblops[] = { in npfctl_table() local
316 for (n = 0; tblops[n].cmd != NULL; n++) { in npfctl_table()
317 if (strcmp(cmd, tblops[n].cmd) != 0) { in npfctl_table()
320 nct.nct_cmd = tblops[n].action; in npfctl_table()
323 if (tblops[n].cmd == NULL) { in npfctl_table()