Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/jail/
H A Dconfig.c50 struct ipspec { struct
65 static const struct ipspec intparams[] = { argument
/freebsd-14.2/sbin/pfctl/
H A Dparse.y540 %type <v.host> ipspec toipspec xhost host dynaddr host_list
3528 ipportspec : ipspec {
3532 | ipspec PORT portspec {
3546 ipspec : ANY { $$ = NULL; }
3551 toipspec : TO ipspec { $$ = $2; }
3555 host_list : ipspec optnl { $$ = $1; }
3556 | host_list comma ipspec optnl {
4848 binatrule : no BINAT natpasslog interface af proto FROM ipspec toipspec tag