ostype_e           67 cygnal/libnet/statistics.h     void setOS(ostype_e x) { _os = x; } ;
ostype_e           70 cygnal/libnet/statistics.h     ostype_e getOS() { return _os; };
ostype_e           80 cygnal/libnet/statistics.h     ostype_e            _os;