Home
last modified time | relevance | path

Searched defs:ifsd_expression (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.sbin/ifstated/
H A Difstated.h80 struct ifsd_expression { struct
83 struct ifsd_expression *parent; argument
85 struct ifsd_expression *left; argument
86 struct ifsd_expression *right; argument
87 union {
90 } u;
91 int depth;
92 u_int32_t type;
98 u_int8_t truth;