Home
last modified time | relevance | path

Searched refs:GREGPORT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gre.h174 #define GREGPORT _IOWR('i', 111, struct ifreq) macro
H A Dif_gre.c371 case GREGPORT: in gre_ioctl()
/f-stack/tools/compat/include/net/
H A Dif_gre.h174 #define GREGPORT _IOWR('i', 111, struct ifreq) macro
/f-stack/tools/ifconfig/
H A Difgre.c80 if (ioctl(s, GREGPORT, &ifr) == 0 && port != 0) in gre_status()