OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:packettype
(Results
1 - 18
of
18
) sorted by null
/external/dropbear/
packet.h
38
typedef struct
PacketType
{
41
}
packettype
;
typedef in typeref:struct:PacketType
svr-session.c
47
static const
packettype
svr_packettypes[] = {
cli-session.c
48
static const
packettype
cli_packettypes[] = {
session.h
112
const
packettype
* packettypes; /* Packet handler mappings for this
/external/llvm/lib/Analysis/
ProfileDataLoader.cpp
136
unsigned
PacketType
;
137
while (fread(&
PacketType
, sizeof(unsigned), 1, F) == 1) {
142
bool ShouldByteSwap = (char)
PacketType
== 0;
143
PacketType
= ShouldByteSwap ? ByteSwap_32(
PacketType
) :
PacketType
;
145
switch (
PacketType
) {
ProfileInfoLoader.cpp
96
unsigned
PacketType
;
97
while (fread(&
PacketType
, sizeof(unsigned), 1, F) == 1) {
101
bool ShouldByteSwap = (char)
PacketType
== 0;
102
PacketType
= ByteSwap(
PacketType
, ShouldByteSwap);
104
switch (
PacketType
) {
148
errs() << ToolName << ": Unknown packet type #" <<
PacketType
<< "!\n";
/frameworks/base/services/common_time/
common_time_server_packets.cpp
81
int16_t pktType = static_cast<int16_t>(
packetType
);
99
packetType
= static_cast<TimeServicePacketType>(tmp);
114
switch (
packetType
) {
152
packetType
= ntohs(*((uint16_t*)(data + 6)));
153
switch (
packetType
) {
common_time_server_packets.h
45
TimeServicePacketType
packetType
;
62
packetType
= type;
171
uint16_t
packetType
;
common_time_server.cpp
640
switch (pkt.
packetType
) {
670
pkt.
packetType
, srcEPStr);
[
all
...]
/external/tcpdump/
tcpdump.c
706
packettype
= PT_VAT;
708
packettype
= PT_WB;
710
packettype
= PT_RPC;
712
packettype
= PT_RTP;
714
packettype
= PT_RTCP;
716
packettype
= PT_SNMP;
718
packettype
= PT_CNFP;
720
packettype
= PT_TFTP;
722
packettype
= PT_AODV;
[
all
...]
print-udp.c
471
if (
packettype
) {
475
switch (
packettype
) {
interface.h
364
#define
packettype
gndo->ndo_packettype
macro
print-rx.c
73
int
packetType
; /* Packet type */
470
(!rx_flags[i].
packetType
||
471
rxh->type == rx_flags[i].
packetType
)) {
[
all
...]
/external/iptables/extensions/
libxt_pkttype.c
53
"[!] --pkt-type
packettype
match packet type\n");
/external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc
64
static const char*
PacketType
(bool rtcp) {
278
<<
PacketType
(rtcp) << " packet: wrong size="
333
<<
PacketType
(rtcp) << " packet: wrong size="
[
all
...]
/system/core/libcutils/
mq.c
74
}
PacketType
;
90
PacketType
type;
539
PacketType
type = current->header.type;
[
all
...]
/hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c
[
all
...]
/hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h
[
all
...]
Completed in 790 milliseconds