Codebase list atop / debian/2.2.6-4 ifprop.h
debian/2.2.6-4

Tree @debian/2.2.6-4 (Download .tar.gz)

ifprop.h @debian/2.2.6-4raw · 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);