Home
last modified time | relevance | path

Searched defs:sipp_socket (Results 1 – 1 of 1) sorted by relevance

/dports/benchmarks/sipp/sipp-3.5.1/include/
H A Dsocket.hpp91 struct sipp_socket { struct
92 int ss_count; /* How many users are there of this socket? */
94 int ss_transport; /* T_TCP, T_UDP, or T_TLS. */
95 bool ss_ipv6;
96 bool ss_control; /* Is this a control socket? */
97 bool ss_call_socket; /* Is this a call socket? */
98 bool ss_changed_dest; /* Has the destination changed from default. */
123 int write_socket(struct sipp_socket *socket, const char *buffer, ssize_t len, int flags, struct soc… argument