Searched defs:alg_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c56 static int proto_number = -1, alg_number = -1, alg_flags = 0; variable
604 newbie.a_alg_flags = alg_flags;
616 alg_flags = parse_flag(holder, 0);
617 if (!alg_flags) {
621 newbie.a_alg_flags |= alg_flags;
1156 alg_flags |= flags;
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h850 uint8_t alg_flags; member in struct:ipsec_alginfo
884 #define ALG_VALID(_alg) ((_alg)->alg_flags & ALG_FLAG_VALID)

Completed in 70 milliseconds