Home
last modified time | relevance | path

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

/dports/games/ldmud/ldmud-3.3.720/doc/obsolete/
H A Dreceive_imp12 The driver first calls receive_udp(). If that method doesn't exist
18 LDMud 3.2.9 renamed this method to receive_udp(); this old version
H A Dquery_imp_port15 send_udp(E), receive_udp(M)
H A Dsend_imp32 query_udp_port(E), receive_udp(M), receive_imp(M)
/dports/games/ldmud/ldmud-3.3.720/doc/efun/
H A Dquery_udp_port11 send_udp(E), receive_udp(M)
H A Dsend_udp26 query_udp_port(E), receive_udp(M)
/dports/games/ldmud/ldmud-3.3.720/doc/efun.de/
H A Dquery_udp_port.de13 send_udp(E), receive_udp(M)
H A Dquery_imp_port.de14 send_udp(E), receive_udp(M)
H A Dsend_imp.de33 query_udp_port(E), receive_udp(M)
H A Dsend_udp.de39 query_udp_port(E), receive_udp(M)
/dports/games/ldmud/ldmud-3.3.720/doc/master/
H A Dreceive_udp2 void receive_udp(string host, string msg, int hostport)
/dports/finance/electrum/Electrum-4.1.5/packages/dns/
H A Dasyncquery.py89 async def receive_udp(sock, destination=None, expiration=None, function
201 (r, received_time, _) = await receive_udp(s, destination, expiration,
H A Dquery.py415 def receive_udp(sock, destination=None, expiration=None, function
528 (r, received_time) = receive_udp(s, destination, expiration,
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dns/
H A Dasyncquery.py89 async def receive_udp(sock, destination=None, expiration=None, function
201 (r, received_time, _) = await receive_udp(s, destination, expiration,
H A Dquery.py415 def receive_udp(sock, destination=None, expiration=None, function
528 (r, received_time) = receive_udp(s, destination, expiration,
/dports/games/ldmud/ldmud-3.3.720/mudlib/
H A Dmaster_skeleton.c616 void receive_udp (string host, string msg, int port)
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/
H A Dasyncquery.py90 async def receive_udp(sock, destination=None, expiration=None, function
147 (r, received_time, _) = await receive_udp(s, destination, expiration,
H A Dquery.py393 def receive_udp(sock, destination=None, expiration=None, function
505 (r, received_time) = receive_udp(s, destination, expiration,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/
H A Dquery.py223 def receive_udp(sock, destination, expiration=None, function
323 (r, received_time) = receive_udp(s, destination, expiration,
/dports/dns/py-dnspython/dnspython-1.16.0/dns/
H A Dquery.py223 def receive_udp(sock, destination, expiration=None, function
323 (r, received_time) = receive_udp(s, destination, expiration,
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dstring_spec162 RECEIVE_UDP "receive_udp"
/dports/dns/py-dnspython2/dnspython-2.1.0/tests/
H A Dtest_async.py388 (_, _, recv_address) = await dns.asyncquery.receive_udp(
H A Dtest_query.py206 (q, _, addr) = dns.query.receive_udp(listener,
/dports/games/ldmud/ldmud-3.3.720/etc/
H A Dlpc.vim94 …uery_allow_shadow quota_demon reactivate_destructed_master receive_imp receive_udp remove_player r…
/dports/dns/py-dnspython/dnspython-1.16.0/
H A DREADME.md54 dns.query.receive_udp(), dns.query.send_tcp(), and
/dports/games/ldmud/ldmud-3.3.720/
H A DHISTORY1016 + receive_udp(): Renamed from receive_imp().