Symbol: ipsec_algtype_t
usr/src/uts/common/inet/ip/sadb.c
7342
ipsec_algtype_t alg_type;
usr/src/uts/common/inet/ip/sadb.c
7428
sadb_alg_update(ipsec_algtype_t alg_type, uint8_t alg_id, boolean_t is_added,
usr/src/uts/common/inet/ip/sadb.c
7465
ipsec_create_ctx_tmpl(ipsa_t *sa, ipsec_algtype_t alg_type)
usr/src/uts/common/inet/ip/sadb.c
7533
ipsec_destroy_ctx_tmpl(ipsa_t *sa, ipsec_algtype_t alg_type)
usr/src/uts/common/inet/ip/spd.c
369
ipsec_algtype_t algtype;
usr/src/uts/common/inet/ip/spd.c
4701
ipsec_alg_fix_min_max(ipsec_alginfo_t *alg, ipsec_algtype_t alg_type,
usr/src/uts/common/inet/ip/spd.c
775
ipsec_alg_reg(ipsec_algtype_t algtype, ipsec_alginfo_t *alg, netstack_t *ns)
usr/src/uts/common/inet/ip/spd.c
794
ipsec_alg_unreg(ipsec_algtype_t algtype, uint8_t algid, netstack_t *ns)
usr/src/uts/common/inet/ip/spdsock.c
2555
ipsec_algtype_t alg_type = 0;
usr/src/uts/common/inet/ip/spdsock.c
3659
ipsec_algtype_t algtype;
usr/src/uts/common/inet/sadb.h
894
extern void ipsec_alg_reg(ipsec_algtype_t, ipsec_alginfo_t *, netstack_t *);
usr/src/uts/common/inet/sadb.h
895
extern void ipsec_alg_unreg(ipsec_algtype_t, uint8_t, netstack_t *);
usr/src/uts/common/inet/sadb.h
896
extern void ipsec_alg_fix_min_max(ipsec_alginfo_t *, ipsec_algtype_t,
usr/src/uts/common/inet/sadb.h
901
extern void sadb_alg_update(ipsec_algtype_t, uint8_t, boolean_t, netstack_t *);
usr/src/uts/common/inet/sadb.h
928
extern int ipsec_create_ctx_tmpl(ipsa_t *, ipsec_algtype_t);
usr/src/uts/common/inet/sadb.h
929
extern void ipsec_destroy_ctx_tmpl(ipsa_t *, ipsec_algtype_t);