Codebase list atop / debian/2.4.0-2 ifprop.h
debian/2.4.0-2

Tree @debian/2.4.0-2 (Download .tar.gz)

ifprop.h @debian/2.4.0-2raw · history · blame

struct ifprop	{
	char		type;		/* type: 'e' (ethernet)		*/
					/*       'w' (wireless)  	*/
	char		name[31];	/* name of interface  		*/
	long int	speed;		/* in megabits per second	*/
	char		fullduplex;	/* boolean			*/
};

int 	getifprop(struct ifprop *);
void 	initifprop(void);