Home
last modified time | relevance | path

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

/src/sys/netinet6/
H A Dip6_gre.c395 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in6_gre_setopts()
403 if (cmd == GRESOPTS && in in6_gre_setopts()
416 case GRESOPTS: in in6_gre_setopts()
/src/sys/netinet/
H A Dip_gre.c397 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in_gre_setopts()
405 if (cmd == GRESOPTS && in in_gre_setopts()
418 case GRESOPTS: in in_gre_setopts()
/src/sbin/ifconfig/
H A Difgre.c109 if (ioctl_ctx(ctx, GRESOPTS, &ifr) == -1) { in setifgreopts()
/src/sys/net/
H A Dif_gre.h173 #define GRESOPTS _IOW('i', 110, struct ifreq) macro
H A Dif_gre.c441 error = gre_setopts(sc, GRESOPTS, opt); in gre_set_flags()
496 if (cmd == GRESOPTS) in gre_setopts()
577 case GRESOPTS: in gre_ioctl()
586 else if (cmd == GRESOPTS) in gre_ioctl()