File: if_media.h

package info (click to toggle)
xfce4-netload-plugin 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,656 kB
  • sloc: sh: 4,348; ansic: 2,598; makefile: 111
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (19)
1
2
3
4
5
/* interface speed detection errors */
#define ERR_IFACE_NO_SPEED -1
#define ERR_IFACE_DOWN -2

int get_if_speed(char *);