Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_gre.c396 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()
/freebsd/sys/netinet/
H A Dip_gre.c398 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()
/freebsd/sys/net/
H A Dif_gre.c299 case GRESOPTS: in gre_ioctl()
309 } else if (cmd == GRESOPTS) { in gre_ioctl()
351 if (cmd == GRESOPTS) in gre_ioctl()
H A Dif_gre.h172 #define GRESOPTS _IOW('i', 110, struct ifreq) macro