Home
last modified time | relevance | path

Searched refs:xsetsockopt (Results 1 – 25 of 60) sorted by relevance

123

/dports/sysutils/toybox/toybox-0.8.5/toys/net/
H A Dsntp.c102 xsetsockopt(fd, IPPROTO_IP, IP_ADD_MEMBERSHIP, &group, sizeof(group)); in sntp_main()
103 xsetsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, &t, 4); in sntp_main()
105 xsetsockopt(fd, IPPROTO_IP, IP_MULTICAST_TTL, &t, 4); in sntp_main()
H A Dping.c185 xsetsockopt(TT.sock, SOL_IP, IP_RECVTTL, &len, sizeof(len)); in ping_main()
189 xsetsockopt(TT.sock, SOL_SOCKET, SO_MARK, &len, sizeof(len)); in ping_main()
195 xsetsockopt(TT.sock, IPPROTO_IP, IP_TTL, &len, 4); in ping_main()
196 else xsetsockopt(TT.sock, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &len, sizeof(len)); in ping_main()
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dsub.hpp38 int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
H A Dsub.cpp35 int zmq::sub_t::xsetsockopt (int option_, const void *optval_, in xsetsockopt() function in zmq::sub_t
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Dsub.hpp37 int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
H A Dsub.cpp34 int zmq::sub_t::xsetsockopt (int option_, const void *optval_, in xsetsockopt() function in zmq::sub_t
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dsub.hpp49 int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
H A Dreq.cpp209 int zmq::req_t::xsetsockopt (int option_, in xsetsockopt() function in zmq::req_t
237 return dealer_t::xsetsockopt (option_, optval_, optvallen_); in xsetsockopt()
H A Dstream.cpp165 int zmq::stream_t::xsetsockopt (int option_, in xsetsockopt() function in zmq::stream_t
175 return routing_socket_base_t::xsetsockopt (option_, optval_, in xsetsockopt()
H A Dstream.hpp58 int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
H A Dsub.cpp48 int zmq::sub_t::xsetsockopt (int option_, in xsetsockopt() function in zmq::sub_t
H A Dreq.hpp54 int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
H A Ddealer.hpp57 int xsetsockopt (int option_,
H A Dxsub.hpp60 int xsetsockopt (int option_,
H A Drouter.hpp59 xsetsockopt (int option_, const void *optval_, size_t optvallen_) ZMQ_FINAL;
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dsub.hpp49 int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
H A Dreq.cpp209 int zmq::req_t::xsetsockopt (int option_, in xsetsockopt() function in zmq::req_t
237 return dealer_t::xsetsockopt (option_, optval_, optvallen_); in xsetsockopt()
H A Dstream.cpp165 int zmq::stream_t::xsetsockopt (int option_, in xsetsockopt() function in zmq::stream_t
175 return routing_socket_base_t::xsetsockopt (option_, optval_, in xsetsockopt()
H A Dstream.hpp58 int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
H A Dsub.cpp48 int zmq::sub_t::xsetsockopt (int option_, in xsetsockopt() function in zmq::sub_t
H A Dreq.hpp54 int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
H A Ddealer.hpp57 int xsetsockopt (int option_,
H A Drouter.hpp59 xsetsockopt (int option_, const void *optval_, size_t optvallen_) ZMQ_FINAL;
/dports/sysutils/toybox/toybox-0.8.5/lib/
H A Dnet.c13 void xsetsockopt(int fd, int level, int opt, void *val, socklen_t len) in xsetsockopt() function
49 xsetsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)); in xconnbind()
/dports/devel/libxs/libxs-1.2.0/src/
H A Dsub.hpp50 int xsetsockopt (int option_, const void *optval_, size_t optvallen_);

123