/
githubmirror
/
iputils
Обзор
Документация
Войти
/
githubmirror
/
iputils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
s20121121
arping.h
20 строк
302 B
YOSHIFUJI Hideaki
arping,Makefile: 3rd legacy implementation to check network devices.
20 ноя 2012, 23:11
20 ноя 2012, 23:11
b77a22a
Код
Авторство
О чём код?
/* * arping.h * * part of iputils package. */ struct sysfs_devattr_values; struct device { char *name; int ifindex; #ifndef WITHOUT_IFADDRS struct ifaddrs *ifa; #endif #ifndef USE_SYSFS struct sysfs_devattr_values *sysfs; #endif }; extern int check_ifflags(unsigned int ifflags, int fatal);