Searched refs:GRESOPTS (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/ifconfig/ |
| H A D | ifgre.c | 148 if (ioctl(s, GRESOPTS, &ifr) == -1) { 150 if (ioctl_va(s, GRESOPTS, (caddr_t)&ifr, 3, offset, ifr.ifr_data, clen) == -1) {
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_gre.c | 412 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in6_gre_setopts() 420 if (cmd == GRESOPTS && in in6_gre_setopts() 433 case GRESOPTS: in in6_gre_setopts()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_gre.c | 410 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in_gre_setopts() 418 if (cmd == GRESOPTS && in in_gre_setopts() 431 case GRESOPTS: in in_gre_setopts()
|
| /f-stack/freebsd/net/ |
| H A D | if_gre.h | 173 #define GRESOPTS _IOW('i', 110, struct ifreq) macro
|
| H A D | if_gre.c | 300 case GRESOPTS: in gre_ioctl() 310 } else if (cmd == GRESOPTS) { in gre_ioctl() 352 if (cmd == GRESOPTS) in gre_ioctl()
|
| /f-stack/tools/compat/include/net/ |
| H A D | if_gre.h | 173 #define GRESOPTS _IOW('i', 110, struct ifreq) macro
|