Lines Matching refs:STATE
80 %token STATE
96 | state states { parse_init(); }
99 state
100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer {
209 : STATE STRING {
210 current_peer.state = retrieve_peer_state($2, global_state.proto);
213 | STATE NUMBER {
215 yyfatal("peer state is too big");
216 current_peer.state = $2;
368 yyfatal("Invalid peer state");
381 yyfatal("Invalid peer state");
392 yyfatal("Invalid peer state");