Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_gre.c411 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()
/freebsd-12-stable/sys/netinet6/
Dip6_gre.c413 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()
/freebsd-12-stable/sbin/ifconfig/
Difgre.c113 if (ioctl(s, GRESOPTS, &ifr) == -1) { in setifgreopts()
/freebsd-12-stable/sys/net/
Dif_gre.c300 case GRESOPTS: in gre_ioctl()
310 } else if (cmd == GRESOPTS) { in gre_ioctl()
352 if (cmd == GRESOPTS) in gre_ioctl()
Dif_gre.h173 #define GRESOPTS _IOW('i', 110, struct ifreq) macro