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

  /external/quake/quake/src/WinQuake/
net_dgrm.h 25 void Datagram_SearchForHosts (qboolean xmit);
net_loop.h 24 void Loop_SearchForHosts (qboolean xmit);
net_ser.h 24 void Serial_SearchForHosts (qboolean xmit);
net_vcr.h 30 void VCR_SearchForHosts (qboolean xmit);
net_vcr.cpp 141 void VCR_SearchForHosts (qboolean xmit)
net_loop.cpp 47 void Loop_SearchForHosts (qboolean xmit)
net.h 190 void (*SearchForHosts) (qboolean xmit);
net_dgrm.cpp 1106 static void _Datagram_SearchForHosts (qboolean xmit)
1116 if (xmit)
1205 void Datagram_SearchForHosts (qboolean xmit)
1212 _Datagram_SearchForHosts (xmit);
    [all...]
net_ser.cpp 726 void Serial_SearchForHosts (qboolean xmit)
  /gdk/samples/quake/jni/
net_dgrm.h 25 void Datagram_SearchForHosts (qboolean xmit);
net_loop.h 24 void Loop_SearchForHosts (qboolean xmit);
net_vcr.h 30 void VCR_SearchForHosts (qboolean xmit);
net_vcr.cpp 141 void VCR_SearchForHosts (qboolean xmit)
net_loop.cpp 47 void Loop_SearchForHosts (qboolean xmit)
net.h 190 void (*SearchForHosts) (qboolean xmit);
net_dgrm.cpp 1106 static void _Datagram_SearchForHosts (qboolean xmit)
1116 if (xmit)
1205 void Datagram_SearchForHosts (qboolean xmit)
1212 _Datagram_SearchForHosts (xmit);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 128 : seq(s), len(l), /*tstamp(0),*/ xmit(0), bCtrl(c) {
132 uint8 xmit; member in struct:cricket::PseudoTcp::SSegment
pseudotcp.cc 300 // Note: (m_slist.front().xmit == 0)) {
468 if (!m_slist.empty() && (m_slist.back().bCtrl == bCtrl) && (m_slist.back().xmit == 0)) {
898 if (seg->xmit >= ((m_state == TCP_ESTABLISHED) ? 15 : 30)) {
945 subseg.xmit = seg->xmit;
952 if (seg->xmit == 0) {
955 seg->xmit += 1;
1032 while (it->xmit > 0) {
  /external/libpcap/
pcap-dos.h 159 int (*xmit) (struct device *dev, const void *buf, int len); member in struct:device
pcap-dos.c 857 if (active_dev && active_dev->xmit)
858 if ((*active_dev->xmit) (active_dev, buf, len) > 0)
871 if (!dev || !dev->xmit)
873 return (*dev->xmit) (dev, buf, len);
1113 dev->xmit = pkt_xmit;
1168 dev->xmit = NULL;
    [all...]
  /external/kernel-headers/original/linux/
serial_core.h 311 struct circ_buf xmit; member in struct:uart_info
331 /* number of characters left in xmit buffer before we ask for more */
  /external/grub/netboot/
main.c 280 goto xmit;
289 xmit:

Completed in 303 milliseconds