Home
last modified time | relevance | path

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

/openbsd-src/sbin/ipsecctl/
H A Dparse.y246 struct ipsec_addr_wrap *singlehost; member
303 %type <v.singlehost> singlehost
543 | PEER anyhost LOCAL singlehost {
547 | LOCAL singlehost PEER anyhost {
555 | LOCAL singlehost {
561 anyhost : singlehost { $$ = $1; }
566 singlehost : /* empty */ { $$ = NULL; }