Home
last modified time | relevance | path

Searched refs:GRE_UDPENCAP (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_gre.c126 (sc->gre_options & GRE_UDPENCAP) == (opts & GRE_UDPENCAP)) in in6_gre_checkdup()
129 if (opts & GRE_UDPENCAP) { in in6_gre_checkdup()
374 if (sc->gre_options & GRE_UDPENCAP) { in in6_gre_attach()
393 if (sc->gre_options & GRE_UDPENCAP) { in in6_gre_attach()
421 (sc->gre_options & GRE_UDPENCAP) != (value & GRE_UDPENCAP) && in in6_gre_setopts()
/f-stack/freebsd/netinet/
H A Dip_gre.c135 (sc->gre_options & GRE_UDPENCAP) == (opts & GRE_UDPENCAP)) in in_gre_checkdup()
138 if (opts & GRE_UDPENCAP) { in in_gre_checkdup()
369 if (sc->gre_options & GRE_UDPENCAP) { in in_gre_attach()
390 if (sc->gre_options & GRE_UDPENCAP) { in in_gre_attach()
419 (sc->gre_options & GRE_UDPENCAP) != (value & GRE_UDPENCAP) && in in_gre_setopts()
/f-stack/freebsd/net/
H A Dif_gre.h182 #define GRE_UDPENCAP 0x0004 macro
183 #define GRE_OPTMASK (GRE_ENABLE_CSUM|GRE_ENABLE_SEQ|GRE_UDPENCAP)
H A Dif_gre.c325 if ((sc->gre_options & GRE_UDPENCAP) == 0) { in gre_ioctl()
467 MPASS(sc->gre_options & GRE_UDPENCAP); in gre_update_udphdr()
648 if ((sc->gre_options & GRE_UDPENCAP) == 0 || sc->gre_port != 0)
766 if (sc->gre_options & GRE_UDPENCAP) {
/f-stack/tools/compat/include/net/
H A Dif_gre.h182 #define GRE_UDPENCAP 0x0004 macro
183 #define GRE_OPTMASK (GRE_ENABLE_CSUM|GRE_ENABLE_SEQ|GRE_UDPENCAP)
/f-stack/tools/ifconfig/
H A Difgre.c165 DEF_CMD("udpencap", GRE_UDPENCAP, setifgreopts),
166 DEF_CMD("-udpencap",-GRE_UDPENCAP, setifgreopts),