Home | History | Annotate | Download | only in DSO

Lines Matching defs:dso

0 /* dso-transport.h
32 // Threshold above which we indicate that a DSO connection isn't writable. This is advisory,
44 dso_state_t *dso; // DSO state for which this is the transport
68 #define MAX_WRITE_HUNKS 4 // When writing a DSO message, we need this many separate hunks.
74 uint8_t *outbuf; // Output buffer for building and sending DSO messages
111 dso_state_t *dso;
135 // A boolean value to indicate whether the dso session should use the preconfigured TLS server certificates to
152 mDNSu32 if_idx; // The index of the interface where the DSO session is established through.
167 mStatus dso_set_connection(dso_state_t *dso, TCPSocket *socket);
169 void dso_set_callback(dso_state_t *dso, void *context, dso_event_callback_t cb);
170 mStatus dso_message_write(dso_state_t *dso, dso_message_t *msg, bool disregard_low_water);
175 dso_state_t *dso, void *context,
184 void dso_reconnect(dso_connect_state_t *cs, dso_state_t *dso);