Searched refs:SADB_X_EXT_CYCSEQ (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/net/
H A Dpfkeyv2.h418 #define SADB_X_EXT_CYCSEQ 0x0040 /* allowing to cyclic sequence. */ macro
/freebsd-current/sbin/setkey/
H A Dparse.y511 | F_EXT NOCYCLICSEQ { p_ext &= ~SADB_X_EXT_CYCSEQ; }
1341 p_ext = SADB_X_EXT_CYCSEQ;
/freebsd-current/sys/netipsec/
H A Dipsec.c1312 if ((sav->flags & SADB_X_EXT_CYCSEQ) == 0) {
1357 if ((sav->flags & SADB_X_EXT_CYCSEQ) == 0) {
H A Dxform_ah.c954 (sav->flags & SADB_X_EXT_CYCSEQ) == 0) {

Completed in 137 milliseconds