Home
last modified time | relevance | path

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

/src/sbin/ifconfig/
H A Difgre.c79 if (ioctl_ctx_ifr(ctx, GRESKEY, &ifr) < 0) in setifgrekey()
/src/sys/net/
H A Dif_gre.h171 #define GRESKEY _IOW('i', 108, struct ifreq) macro
H A Dif_gre.c425 error = gre_setopts(sc, GRESKEY, key); in gre_set_key()
494 if (cmd == GRESKEY) in gre_setopts()
576 case GRESKEY: in gre_ioctl()
584 if (cmd == GRESKEY) in gre_ioctl()
/src/sys/netinet6/
H A Dip6_gre.c395 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in6_gre_setopts()
413 case GRESKEY: in in6_gre_setopts()
/src/sys/netinet/
H A Dip_gre.c397 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in_gre_setopts()
415 case GRESKEY: in in_gre_setopts()