Home | History | Annotate | Download | only in detail

Lines Matching refs:linger

210 // Helper template for implementing linger options.
212 class linger
216 linger()
223 linger(bool e, int t)
229 // Set the value for whether linger is enabled.
235 // Get the value for whether linger is enabled.
241 // Set the value for the linger timeout.
247 // Get the value for the linger timeout.
267 // Get the address of the linger data.
274 // Get the address of the linger data.
281 // Get the size of the linger data.
294 std::length_error ex("linger socket option resize");