OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pf_limits
(Results
1 - 1
of
1
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl.c
137
}
pf_limits
[] = {
variable in typeref:typename:const struct __anon855712620108[]
1095
for (i = 0;
pf_limits
[i].name; i++) {
1096
pl.index =
pf_limits
[i].index;
1099
printf("%-13s ",
pf_limits
[i].name);
1609
for (i = 0;
pf_limits
[i].name; i++) {
1610
if (strcasecmp(opt,
pf_limits
[i].name) == 0) {
1611
pf->limit[
pf_limits
[i].index] = limit;
1612
pf->limit_set[
pf_limits
[i].index] = 1;
1616
if (
pf_limits
[i].name == NULL) {
Completed in 12 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025