Searched refs:port2 (Results 1 – 2 of 2) sorted by relevance
33 let port2 = CString::try_new(KM_SEC_TIPC_SRV_PORT).unwrap(); in test_access_policy_unauthorized() localVariable34 let err1 = Handle::connect(port2.as_c_str()).expect_err( in test_access_policy_unauthorized()
652 let port2 = CString::try_new(KM_SEC_TIPC_SRV_PORT).unwrap(); in connection_test() localVariable653 let _session2 = Handle::connect(port2.as_c_str()).unwrap(); in connection_test()