Home
last modified time | relevance | path

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

/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dsession_pack.c52 gnutls_buffer_st * packed_session);
55 gnutls_buffer_st * packed_session);
57 gnutls_buffer_st * packed_session);
60 gnutls_buffer_st * packed_session);
65 gnutls_buffer_st * packed_session);
72 gnutls_buffer_st * packed_session);
76 gnutls_buffer_st * packed_session);
89 gnutls_datum_t * packed_session) in _gnutls_session_pack() argument
95 if (packed_session == NULL) { in _gnutls_session_pack()
200 if (packed_session == NULL || packed_session->size == 0) { in _gnutls_session_unpack()
[all …]
H A Dsession_pack.h27 gnutls_datum_t * packed_session);
29 const gnutls_datum_t * packed_session);
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfastnetmon_types.h197 typedef uint64_t packed_session; typedef
200 typedef std::map<packed_session, conntrack_key_struct> contrack_map_type;
H A Dfastnetmon.cpp454 void convert_integer_to_conntrack_hash_struct(packed_session* packed_connection_data,
3966 void convert_integer_to_conntrack_hash_struct(packed_session* packed_connection_data, in convert_integer_to_conntrack_hash_struct()