/external/qemu/slirp/ |
tcp_var.h | 210 u_long tcps_rcvbyteafterwin; /* bytes rcvd after window */ 211 u_long tcps_rcvafterclose; /* packets rcvd after "close" */ 212 u_long tcps_rcvwinprobe; /* rcvd window probe packets */ 213 u_long tcps_rcvdupack; /* rcvd duplicate acks */ 214 u_long tcps_rcvacktoomuch; /* rcvd acks for unsent data */ 215 u_long tcps_rcvackpack; /* rcvd ack packets */ 216 u_long tcps_rcvackbyte; /* bytes acked by rcvd acks */ 217 u_long tcps_rcvwinupd; /* rcvd window update packets */
|
/external/openssh/ |
nchan.ms | 44 arrow "" "rcvd OCLOSE/" "shutdown_read" "send IEOF" from S1.e to S4.w 49 box invis "rcvd OCLOSE/" "-" with .w at last arrow.c 53 box invis "rcvd OCLOSE/ " with .e at last arrow.c 69 box invis "rcvd IEOF/" "-" with .e at last arrow.c 71 box invis "rcvd IEOF/" "-" with .w at last arrow.c
|
nchan2.ms | 44 box invis "rcvd CLOSE/" "shutdown_read" with .sw at last arrow.c 45 arrow "ibuf_empty ||" "rcvd CLOSE/" "send EOF" "" from S2.e to S4.w 47 box invis "read_failed ||" "rcvd EOW/" "shutdown_read" with .e at last arrow.c 65 box invis "rcvd EOF ||" "rcvd CLOSE/" "-" with .e at last arrow.c
|
nchan.c | 116 debug2("channel %d: rcvd oclose", c->self); 181 debug2("channel %d: rcvd ieof", c->self); 280 debug2("channel %d: rcvd close", c->self); 283 error("channel %d: protocol error: close rcvd twice", 318 debug2("channel %d: rcvd eow", c->self); 329 debug2("channel %d: rcvd eof", c->self);
|
dispatch.c | 100 packet_disconnect("protocol error: rcvd type %d", type);
|
/external/ppp/pppd/include/net/ |
pppio.h | 79 #define CCP_DECOMP_RUN 0x2000 /* (status) seen CCP ack rcvd */ 84 #define RCV_B7_0 1 /* have rcvd char with bit 7 = 0 */ 85 #define RCV_B7_1 2 /* have rcvd char with bit 7 = 1 */ 86 #define RCV_EVNP 4 /* have rcvd char with even parity */ 87 #define RCV_ODDP 8 /* have rcvd char with odd parity */
|
if_ppp.h | 64 #define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */ 65 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ 66 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ 67 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
|
slcompress.h | 121 u_char last_recv; /* last rcvd conn. id */ 138 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */
|
vjcompress.h | 120 u_char last_recv; /* last rcvd conn. id */ 131 #define VJF_TOSS 1 /* tossing rcvd frames because of input err */
|
/external/qemu/slirp-android/ |
tcp_var.h | 214 u_long tcps_rcvbyteafterwin; /* bytes rcvd after window */ 215 u_long tcps_rcvafterclose; /* packets rcvd after "close" */ 216 u_long tcps_rcvwinprobe; /* rcvd window probe packets */ 217 u_long tcps_rcvdupack; /* rcvd duplicate acks */ 218 u_long tcps_rcvacktoomuch; /* rcvd acks for unsent data */ 219 u_long tcps_rcvackpack; /* rcvd ack packets */ 220 u_long tcps_rcvackbyte; /* bytes acked by rcvd acks */ 221 u_long tcps_rcvwinupd; /* rcvd window update packets */
|
/external/bluetooth/bluedroid/stack/hid/ |
hidh_conn.c | 207 HIDH_TRACE_EVENT2 ("HID-Host Rcvd L2CAP conn ind, PSM: 0x%04x CID 0x%x", psm, l2cap_cid); 224 HIDH_TRACE_WARNING0 ("HID-Host Rcvd INTR L2CAP conn ind, but no CTL channel"); 229 HIDH_TRACE_WARNING1 ("HID-Host Rcvd INTR L2CAP conn ind, wrong state: %d", 242 HIDH_TRACE_WARNING1 ("HID-Host - Rcvd CTL L2CAP conn ind, wrong state: %d", 284 HIDH_TRACE_EVENT2 ("HID-Host Rcvd L2CAP conn ind, sent config req, PSM: 0x%04x CID 0x%x", 396 HIDH_TRACE_WARNING1 ("HID-Host Rcvd unexpected conn cnf, CID 0x%x ", l2cap_cid); 473 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid); 477 HIDH_TRACE_EVENT1 ("HID-Host Rcvd cfg ind, sent cfg cfm, CID: 0x%x", l2cap_cid); 525 HIDH_TRACE_EVENT2 ("HID-Host Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid, p_cfg->result); 533 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid) [all...] |
/external/kernel-headers/original/linux/ |
if_ppp.h | 80 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ 81 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ 82 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ 83 #define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_ppp.h | 79 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ 80 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ 81 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ 82 #define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_ppp.h | 99 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ 100 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ 101 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ 102 #define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_ppp.h | 79 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ 80 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ 81 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ 82 #define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
if_ppp.h | 99 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ 100 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ 101 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ 102 #define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_ppp.h | 79 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ 80 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ 81 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ 82 #define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
if_ppp.h | 99 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ 100 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ 101 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ 102 #define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */
|
/dalvik/vm/ |
SignalCatcher.cpp | 273 int rcvd; local 287 cc = sigwait(&mask, &rcvd); 298 dvmThreadSelf()->threadId, rcvd); 307 switch (rcvd) { 320 ALOGE("unexpected signal %d", rcvd);
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_main.c | 148 BNEP_TRACE_EVENT1("BNEP - Rcvd L2CAP conn ind, CID: 0x%x", p_bcb->l2cap_cid); 171 BNEP_TRACE_WARNING1 ("BNEP - Rcvd conn cnf for unknown CID 0x%x", l2cap_cid); 191 BNEP_TRACE_WARNING2 ("BNEP - Rcvd conn cnf with error: 0x%x CID 0x%x", result, bcb->l2cap_cid); 222 BNEP_TRACE_WARNING1 ("BNEP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid); 226 BNEP_TRACE_EVENT1 ("BNEP - Rcvd cfg ind, CID: 0x%x", l2cap_cid); 254 BNEP_TRACE_EVENT2 ("BNEP - Rcvd cfg ind with bad MTU %d, CID: 0x%x", mtu, l2cap_cid); 292 BNEP_TRACE_EVENT2 ("BNEP - Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid, p_cfg->result); 297 BNEP_TRACE_WARNING1 ("BNEP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid); 357 BNEP_TRACE_WARNING1 ("BNEP - Rcvd L2CAP disc, unknown CID: 0x%x", l2cap_cid); 361 BNEP_TRACE_EVENT1 ("BNEP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp_unittest.cc | 294 int rcvd; local 296 rcvd = remote_.Recv(block, sizeof(block)); 297 if (rcvd != -1) { 298 recv_stream_.Write(block, rcvd, NULL, NULL); 302 } while (rcvd > 0); 413 int rcvd; local 415 rcvd = receiver_->Recv(block, sizeof(block)); 416 if (rcvd != -1) { 417 recv_stream_.Write(block, rcvd, NULL, NULL); 421 } while (rcvd > 0) 528 int rcvd; local [all...] |
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_main.c | 209 SDP_TRACE_EVENT1 ("SDP - Rcvd L2CAP conn ind, sent config req, CID 0x%x", p_ccb->connection_id); 236 SDP_TRACE_WARNING1 ("SDP - Rcvd conn cnf for unknown CID 0x%x", l2cap_cid); 268 SDP_TRACE_WARNING2 ("SDP - Rcvd conn cnf with error: 0x%x CID 0x%x", result, p_ccb->connection_id); 313 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid); 361 SDP_TRACE_WARNING1 ("SDP - Rcvd cfg ind, Unacceptable Parameters sent cfg cfm, CID: 0x%x", l2cap_cid); 372 SDP_TRACE_EVENT1 ("SDP - Rcvd cfg ind, sent cfg cfm, CID: 0x%x", l2cap_cid); 404 SDP_TRACE_EVENT2 ("SDP - Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid, p_cfg->result); 409 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid); 465 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP disc, unknown CID: 0x%x", l2cap_cid); 472 SDP_TRACE_EVENT1 ("SDP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid) [all...] |
/external/ppp/pppd/ |
upap.c | 329 UPAPDEBUG(("pap_input: rcvd short header.")); 336 UPAPDEBUG(("pap_input: rcvd illegal length.")); 340 UPAPDEBUG(("pap_input: rcvd short packet.")); 404 UPAPDEBUG(("pap_rauth: rcvd short packet.")); 410 UPAPDEBUG(("pap_rauth: rcvd short packet.")); 417 UPAPDEBUG(("pap_rauth: rcvd short packet.")); 491 UPAPDEBUG(("pap_rauthack: rcvd short packet.")); 532 UPAPDEBUG(("pap_rauthnak: rcvd short packet."));
|
/external/grub/netboot/ |
ni5010.c | 95 #define XM_RCVD 0x20 /* =1 to enable Xmt Pkt Rcvd ints */ 106 #define RS_RUNT 0x08 /* Runt Pkt rcvd. Len < 64 Bytes */ 108 #define RS_CRC_ERR 0x02 /* Bad CRC on rcvd pkt */ 113 #define RS_CLR_PKT_OK 0x80 /* clear rcvd packet interrupt */ 121 #define RM_PKT_OK 0x80 /* =1 to enable rcvd good packet ints */ 123 #define RM_RUNT 0x08 /* =1 to enable Runt Pkt rcvd ints */
|
/external/libppp/src/ |
slcompress.h | 132 u_char last_recv; /* last rcvd conn. id */ 151 #define SLF_TOSS 1 /* tossing rcvd frames because of input err */
|