Searched refs:GREGOPTS (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/ifconfig/ |
| H A D | ifgre.c | 71 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 D | if_gre.h | 172 #define GREGOPTS _IOWR('i', 109, struct ifreq) macro
|
| H A D | if_gre.c | 367 case GREGOPTS: in gre_ioctl()
|
| /f-stack/tools/compat/include/net/ |
| H A D | if_gre.h | 172 #define GREGOPTS _IOWR('i', 109, struct ifreq) macro
|