Home
last modified time | relevance | path

Searched refs:SIOCGETKALIVE (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/sys/
Dsockio.h158 #define SIOCGETKALIVE _IOWR('i', 164, struct ifkalivereq) macro
/openbsd/src/sys/net/
Dif_gre.c2194 case SIOCGETKALIVE: in gre_ioctl()
2777 case SIOCGETKALIVE: in eoip_ioctl()
/openbsd/src/sbin/ifconfig/
Difconfig.c3350 if (ioctl(sock, SIOCGETKALIVE, &ikardesc) == 0 && in status()