Home
last modified time | relevance | path

Searched refs:tcp_sock (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/asio/test/
Dsocket_base.cpp210 ip::tcp::socket tcp_sock(ioc, ip::tcp::v4()); in test() local
381 tcp_sock.set_option(keep_alive1, ec); in test()
385 tcp_sock.get_option(keep_alive2, ec); in test()
395 tcp_sock.set_option(keep_alive3, ec); in test()
399 tcp_sock.get_option(keep_alive4, ec); in test()
409 tcp_sock.set_option(send_buffer_size1, ec); in test()
413 tcp_sock.get_option(send_buffer_size2, ec); in test()
419 tcp_sock.set_option(send_buffer_size3, ec); in test()
423 tcp_sock.get_option(send_buffer_size4, ec); in test()
431 tcp_sock.set_option(send_low_watermark1, ec); in test()
[all …]
/third_party/ltp/include/lapi/
Dbpf.h418 FN(tcp_sock), \