Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difgre.c71 if (ioctl(s, GREGOPTS, &ifr) != 0 || opts == 0) in gre_status()
73 if (ioctl_va(s, GREGOPTS, &ifr, 3, offset, ifr.ifr_data, clen) != 0 || opts == 0) in gre_status()
82 if (ioctl_va(s, GREGOPTS, &ifr, 3, offset, ifr.ifr_data, clen) != 0 || opts == 0) in gre_status()
132 if (ioctl(s, GREGOPTS, &ifr) == -1) {
136 if (ioctl_va(s, GREGOPTS, (caddr_t)&ifr, 3, offset, ifr.ifr_data, clen) == -1) {
/f-stack/freebsd/net/
H A Dif_gre.h172 #define GREGOPTS _IOWR('i', 109, struct ifreq) macro
H A Dif_gre.c367 case GREGOPTS: in gre_ioctl()
/f-stack/tools/compat/include/net/
H A Dif_gre.h172 #define GREGOPTS _IOWR('i', 109, struct ifreq) macro