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

/freebsd-current/usr.sbin/jail/
H A Dconfig.c49 struct ipspec { struct
64 static const struct ipspec intparams[] = {
/freebsd-current/sbin/pfctl/
H A Dparse.y541 %type <v.host> ipspec toipspec xhost host dynaddr host_list
3537 ipportspec : ipspec {
3541 | ipspec PORT portspec {
3555 ipspec : ANY { $$ = NULL; } label
3560 toipspec : TO ipspec { $$ = $2; }
3564 host_list : ipspec optnl { $$ = $1; }
3565 | host_list comma ipspec optnl {
4881 binatrule : no BINAT natpasslog interface af proto FROM ipspec toipspec tag

Completed in 239 milliseconds