Searched refs:GRESOPTS (Results 1 – 4 of 4) sorted by relevance
396 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in6_gre_setopts()404 if (cmd == GRESOPTS && in in6_gre_setopts()417 case GRESOPTS: in in6_gre_setopts()
398 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in_gre_setopts()406 if (cmd == GRESOPTS && in in_gre_setopts()419 case GRESOPTS: in in_gre_setopts()
299 case GRESOPTS: in gre_ioctl() 309 } else if (cmd == GRESOPTS) { in gre_ioctl() 351 if (cmd == GRESOPTS) in gre_ioctl()
172 #define GRESOPTS _IOW('i', 110, struct ifreq) macro