Home
last modified time | relevance | path

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

/trueos/usr.sbin/jail/
HDconfig.c47 struct ipspec { struct
62 static const struct ipspec intparams[] = { argument
/trueos/sbin/pfctl/
HDparse.y477 %type <v.host> ipspec toipspec xhost host dynaddr host_list
2729 ipportspec : ipspec {
2733 | ipspec PORT portspec {
2747 ipspec : ANY { $$ = NULL; }
2752 toipspec : TO ipspec { $$ = $2; }
2756 host_list : ipspec optnl { $$ = $1; }
2757 | host_list comma ipspec optnl {