HomeSort by relevance Sort by last modified time
    Searched refs:datagram (Results 1 - 18 of 18) sorted by null

  /external/quake/quake/src/WinQuake/
sv_main.cpp 84 if (sv.datagram.cursize > MAX_DATAGRAM-16)
86 MSG_WriteByte (&sv.datagram, svc_particle);
87 MSG_WriteCoord (&sv.datagram, org[0]);
88 MSG_WriteCoord (&sv.datagram, org[1]);
89 MSG_WriteCoord (&sv.datagram, org[2]);
97 MSG_WriteChar (&sv.datagram, v);
99 MSG_WriteByte (&sv.datagram, count);
100 MSG_WriteByte (&sv.datagram, color);
135 if (sv.datagram.cursize > MAX_DATAGRAM-16)
161 MSG_WriteByte (&sv.datagram, svc_sound)
    [all...]
server.h 64 sizebuf_t datagram; member in struct:__anon12065
pr_cmds.cpp 1516 return &sv.datagram;
    [all...]
  /gdk/samples/quake/jni/
sv_main.cpp 84 if (sv.datagram.cursize > MAX_DATAGRAM-16)
86 MSG_WriteByte (&sv.datagram, svc_particle);
87 MSG_WriteCoord (&sv.datagram, org[0]);
88 MSG_WriteCoord (&sv.datagram, org[1]);
89 MSG_WriteCoord (&sv.datagram, org[2]);
97 MSG_WriteChar (&sv.datagram, v);
99 MSG_WriteByte (&sv.datagram, count);
100 MSG_WriteByte (&sv.datagram, color);
135 if (sv.datagram.cursize > MAX_DATAGRAM-16)
161 MSG_WriteByte (&sv.datagram, svc_sound)
    [all...]
server.h 64 sizebuf_t datagram; member in struct:__anon17631
pr_cmds.cpp 1516 return &sv.datagram;
    [all...]
  /external/quake/quake/src/QW/server/
sv_send.c 327 SZ_Write (&client->datagram, sv.multicast.data, sv.multicast.cursize);
580 // add the client specific data to the datagram
588 // copy the accumulated multicast datagram
590 if (client->datagram.overflowed)
591 Con_Printf ("WARNING: datagram overflowed for %s\n", client->name);
593 SZ_Write (&msg, client->datagram.data, client->datagram.cursize);
594 SZ_Clear (&client->datagram);
606 // send the datagram
666 if (sv.datagram.overflowed
    [all...]
sv_init.c 301 sv.datagram.maxsize = sizeof(sv.datagram_buf);
302 sv.datagram.data = sv.datagram_buf;
303 sv.datagram.allowoverflow = true;
server.h 68 sizebuf_t datagram; member in struct:__anon11774
146 // the datagram is written to after every frame, but only cleared
148 sizebuf_t datagram; member in struct:client_s
158 qboolean send_message; // set on frames a datagram arived on
sv_main.c 117 Sends a datagram to all the clients informing them of the server crash,
681 newcl->datagram.allowoverflow = true;
682 newcl->datagram.data = newcl->datagram_buf;
683 newcl->datagram.maxsize = sizeof(newcl->datagram_buf);
    [all...]
pr_cmds.c 1311 return &sv.datagram;
  /external/openssh/
channels.h 147 int datagram; member in struct:Channel
channels.c     [all...]
serverloop.c 1003 c->datagram = 1;
    [all...]
clientloop.c     [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 661 int err, opt, datagram; local
676 datagram = create_datagram(atoi(dump_port));
677 if (datagram < 0) {
680 fds[nfds].fd = datagram;
746 if (fds[i].fd == datagram) {
747 handle_datagram(datagram);
  /frameworks/base/telephony/java/com/android/internal/telephony/
SMSDispatcher.java 508 * @param pdu the message PDU, or the datagram portion of a CDMA WDP datagram segment
516 * @param isCdmaWapPush true if pdu is a CDMA WDP datagram segment and not an SM PDU
578 // GSM sequence numbers start at 1; CDMA WDP datagram sequence numbers start at 0
592 // GSM sequence numbers start at 1; CDMA WDP datagram sequence numbers start at 0
616 byte[] datagram = output.toByteArray();
621 return mWapPush.dispatchWapPdu(datagram);
624 pdus[0] = datagram;
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 38 necessary f.e.\ to implement ECN [RFC2481] for datagram oriented services
78 Flow state, including lifetime, is propagated along datagram path

Completed in 595 milliseconds