Searched refs:ipspec (Results 1 – 2 of 2) sorted by relevance
47 struct ipspec { struct62 static const struct ipspec intparams[] = { argument
477 %type <v.host> ipspec toipspec xhost host dynaddr host_list2729 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 {