Home
last modified time | relevance | path

Searched refs:low_send (Results 1 – 13 of 13) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dsystem.h39 extern void low_send(int rid, char *buf);
H A Dsocket.c365 low_send(int rid, char *buf) in low_send() function
H A Dmac.c507 low_send(int id, char *buf) in low_send() function
H A Dtp.c2631 low_send(id, buf); in send_packet()
2848 low_send(rsltid, "+"); in receive_data()
2885 low_send(rsltid, "+"); in receive_data()
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Dnet.c208 static int low_send(net_t *n, const char *buf, int len, const char **err) { in low_send() function
457 int wr = s->cancel || !s->net->sock ? 0 : low_send(s->net, p, MIN(rd, b), &err); in syn_upload_buf()
731 int r = low_send(n, n->wbuf->str, n->wbuf->len, &err); in asy_write()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-19961306 * unix.c (open_remote_connection, low_send, low_receive,
1308 * skelconq.c, xconq.c (low_send, low_receive): Remove defns.
1374 (low_send, low_receive): Only do cursor ops if cursors defined.
1383 (low_send, low_receive): Remove.
1521 init_serial_port, close_serial_port, low_send, low_receive,
1625 (low_send, low_receive): Adjust cursor to show data movement.
1638 * write.c: Call send_packet instead of low_send.
1644 (low_send, low_receive): Move file code to tp.c.
1687 (low_send, low_receive, low_serial_send, low_serial_receive,
H A DChangeLog-2001920 (low_send): Replace serial version by dummy.
H A DChangeLog-1995447 (low_send, low_receive): Ditto.
H A DChangeLog-20023453 * socket.c (low_send): Call send instead of write ifdef WIN32.
4439 (send_packet): Call notify_all before low_send if display_traffic.
4443 (receive_data): Call notify_all before low_send if display_traffic.
H A DChangeLog-19991377 (open_remote_connection, low_send, wait_for, low_receive,
H A DChangeLog-2000587 * mac.c (open_remote_connection, low_send, low_receive,
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/doc/
H A Dhacking.info1280 * `void low_send(int id, char *buf)' sends the contents of buf to
H A Dhacking.texi1405 @code{void low_send(int id, char *buf)}