Lines Matching refs:get_option
61 sock.get_option(broadcast2); in test()
72 sock.get_option(debug2); in test()
83 sock.get_option(do_not_route2); in test()
94 sock.get_option(keep_alive2); in test()
105 sock.get_option(send_buffer_size2); in test()
114 sock.get_option(send_low_watermark2); in test()
123 sock.get_option(receive_buffer_size2); in test()
132 sock.get_option(receive_low_watermark2); in test()
141 sock.get_option(reuse_address2); in test()
152 sock.get_option(linger2); in test()
163 sock.get_option(out_of_band_inline2); in test()
174 sock.get_option(enable_connection_aborted2); in test()
224 udp_sock.get_option(broadcast2, ec); in test()
238 udp_sock.get_option(broadcast4, ec); in test()
267 udp_sock.get_option(debug2, ec); in test()
303 udp_sock.get_option(debug4, ec); in test()
337 udp_sock.get_option(do_not_route2, ec); in test()
363 udp_sock.get_option(do_not_route4, ec); in test()
385 tcp_sock.get_option(keep_alive2, ec); in test()
399 tcp_sock.get_option(keep_alive4, ec); in test()
413 tcp_sock.get_option(send_buffer_size2, ec); in test()
423 tcp_sock.get_option(send_buffer_size4, ec); in test()
439 tcp_sock.get_option(send_low_watermark2, ec); in test()
459 tcp_sock.get_option(send_low_watermark4, ec); in test()
483 tcp_sock.get_option(receive_buffer_size2, ec); in test()
503 tcp_sock.get_option(receive_buffer_size4, ec); in test()
523 tcp_sock.get_option(receive_low_watermark2, ec); in test()
541 tcp_sock.get_option(receive_low_watermark4, ec); in test()
559 udp_sock.get_option(reuse_address2, ec); in test()
573 udp_sock.get_option(reuse_address4, ec); in test()
588 tcp_sock.get_option(linger2, ec); in test()
600 tcp_sock.get_option(linger4, ec); in test()
614 tcp_acceptor.get_option(enable_connection_aborted2, ec); in test()
628 tcp_acceptor.get_option(enable_connection_aborted4, ec); in test()