Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libipsecutil/common/
H A Dalgs.c230 switch (protos[i].proto_exec_mode) { in write_new_algfile()
651 ipsecalgs_exec_mode_t proto_exec_mode, uint_t flags) in addipsecproto() argument
666 (proto_exec_mode == current_proto->proto_exec_mode)) { in addipsecproto()
711 new_proto->proto_exec_mode = proto_exec_mode; in addipsecproto()
812 *exec_mode = current_proto->proto_exec_mode; in ipsecproto_get_exec_mode()
832 current_proto->proto_exec_mode = exec_mode; in ipsecproto_set_exec_mode()
H A Dipsec_util.h295 ipsecalgs_exec_mode_t proto_exec_mode; member
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c60 static ipsecalgs_exec_mode_t proto_exec_mode = LIBIPSEC_ALGS_EXEC_SYNC; variable
752 if ((rc = addipsecproto(proto_name, proto_number, proto_exec_mode, in new_proto()
844 if ((rc = ipsecproto_set_exec_mode(proto_number, proto_exec_mode)) in set_exec_mode()
1096 &proto_exec_mode) == -1) { in main()
/titanic_50/usr/src/lib/libnsl/ipsec/
H A Dalgs.c278 new_proto->proto_exec_mode = exec_mode; in build_list()