Searched refs:GRESOPTS (Results 1 – 5 of 5) sorted by relevance
411 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in_gre_setopts()419 if (cmd == GRESOPTS && in in_gre_setopts()432 case GRESOPTS: in in_gre_setopts()
413 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in6_gre_setopts()421 if (cmd == GRESOPTS && in in6_gre_setopts()434 case GRESOPTS: in in6_gre_setopts()
113 if (ioctl(s, GRESOPTS, &ifr) == -1) { in setifgreopts()
300 case GRESOPTS: in gre_ioctl()310 } else if (cmd == GRESOPTS) { in gre_ioctl()352 if (cmd == GRESOPTS) in gre_ioctl()
173 #define GRESOPTS _IOW('i', 110, struct ifreq) macro