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

/freebsd-10.0-release/usr.sbin/jail/
H A Dconfig.c47 struct ipspec { struct
62 static const struct ipspec intparams[] = {
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y477 %type <v.host> ipspec toipspec xhost host dynaddr host_list
2729 ipportspec : ipspec {
2733 | ipspec PORT portspec {
2747 ipspec : ANY { $$ = NULL; } label
2752 toipspec : TO ipspec { $$ = $2; }
2756 host_list : ipspec optnl { $$ = $1; }
2757 | host_list comma ipspec optnl {

Completed in 198 milliseconds