Searched refs:ControlledDirection (Results 1 – 2 of 2) sorted by relevance
20 typedef enum { Both = 0, In = 1 } ControlledDirection; typedef126 ControlledDirection adminControlledDirections;127 ControlledDirection operControlledDirections;
37 static inline const char * ctrl_dir_txt(ControlledDirection dir) in ctrl_dir_txt()