Home
last modified time | relevance | path

Searched refs:GRE_ENABLE_SEQ (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gre.h181 #define GRE_ENABLE_SEQ 0x0002 macro
183 #define GRE_OPTMASK (GRE_ENABLE_CSUM|GRE_ENABLE_SEQ|GRE_UDPENCAP)
H A Dif_gre.c495 if (sc->gre_options & GRE_ENABLE_SEQ) { in gre_update_hdr()
781 if (sc->gre_options & GRE_ENABLE_SEQ)
/f-stack/tools/compat/include/net/
H A Dif_gre.h181 #define GRE_ENABLE_SEQ 0x0002 macro
183 #define GRE_OPTMASK (GRE_ENABLE_CSUM|GRE_ENABLE_SEQ|GRE_UDPENCAP)
/f-stack/tools/ifconfig/
H A Difgre.c163 DEF_CMD("enable_seq", GRE_ENABLE_SEQ, setifgreopts),
164 DEF_CMD("-enable_seq",-GRE_ENABLE_SEQ, setifgreopts),