Searched refs:GRE_ENABLE_SEQ (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sbin/ifconfig/
H A Difgre.c104 DEF_CMD("enable_seq", GRE_ENABLE_SEQ, setifgreopts),
105 DEF_CMD("-enable_seq",-GRE_ENABLE_SEQ, setifgreopts),
/freebsd-11.0-release/sys/net/
H A Dif_gre.h133 #define GRE_ENABLE_SEQ 0x0002 macro
134 #define GRE_OPTMASK (GRE_ENABLE_CSUM|GRE_ENABLE_SEQ)
H A Dif_gre.c545 if (sc->gre_options & GRE_ENABLE_SEQ) {
896 want_seq = (sc->gre_options & GRE_ENABLE_SEQ) != 0;

Completed in 47 milliseconds