OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protocol
(Results
601 - 625
of
3661
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/net/url_request/
url_request_job_manager.h
21
// This class is responsible for managing the set of
protocol
factories and
38
// interceptors and
protocol
factories. This will always succeed in
53
// Returns true if there is a
protocol
factory registered for the given
58
// Register a
protocol
factory associated with the given scheme. The factory
60
// previously registered
protocol
factory if any.
/external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h
42
Candidate(const std::string& name, const std::string&
protocol
,
47
: name_(name), protocol_(
protocol
), address_(address),
54
const std::string &
protocol
() const { return protocol_; }
function in class:cricket::Candidate
55
void set_protocol(const std::string &
protocol
) { protocol_ =
protocol
; }
rawtransport.cc
54
bool RawTransport::ParseCandidates(SignalingProtocol
protocol
,
76
bool RawTransport::WriteCandidates(SignalingProtocol
protocol
,
84
ASSERT(cand->
protocol
() == "udp");
/external/clang/test/Analysis/
PR3991.m
13
@
protocol
NSObject - (BOOL)isEqual:(id)object;
14
@end @
protocol
NSCopying - (id)copyWithZone:(NSZone *)zone;
15
@end @
protocol
NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
16
@end @
protocol
NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
35
@
protocol
IHGoogleDocsAdapterDelegate - (void)googleDocsAdapter:(IHGoogleDocsAdapter*)inGoogleDocsAdapter accountVerifyIsValid:(BOOL)inIsValid error:(NSError *)inError;
/external/iproute2/include/linux/
atmsap.h
18
* Layer 2
protocol
identifiers
40
* Layer 3
protocol
identifiers
104
unsigned char l2_proto; /* layer 2
protocol
*/
113
unsigned char l3_proto; /* layer 3
protocol
*/
131
unsigned char ipi; /* initial
protocol
id */
/external/kernel-headers/original/linux/
atmsap.h
18
* Layer 2
protocol
identifiers
40
* Layer 3
protocol
identifiers
104
unsigned char l2_proto; /* layer 2
protocol
*/
113
unsigned char l3_proto; /* layer 3
protocol
*/
131
unsigned char ipi; /* initial
protocol
id */
if_ppp.h
4
* if_ppp.h - Point-to-Point
Protocol
definitions.
46
#define PROTO_IPX 0x002b /*
protocol
numbers */
54
#define SC_COMP_PROT 0x00000001 /*
protocol
compression (output) */
92
int
protocol
; /* PPP
protocol
, e.g. PPP_IP */
member in struct:npioctl
if_pppox.h
71
unsigned int sa_protocol; /*
protocol
identifier */
80
* sockaddr_pppox) to fill it. We use a
protocol
specific sockaddr
85
unsigned int sa_protocol; /*
protocol
identifier */
89
/* The L2TPv3
protocol
changes tunnel and session ids from 16 to 32
94
unsigned int sa_protocol; /*
protocol
identifier */
/external/srtp/include/
srtp_priv.h
75
unsigned char version:2; /*
protocol
version */
86
unsigned char version:2; /*
protocol
version */
117
unsigned char version:2; /*
protocol
version */
134
unsigned char version:2; /*
protocol
version */
143
unsigned int version:2; /*
protocol
version */
/external/tcpdump/
ipsec_doi.h
43
/* 4.4.1 IPSEC Security
Protocol
Identifiers */
48
/* 4.4.1 IPSEC Security
Protocol
Identifiers */
58
/* 4.4.1 IPSEC Security
Protocol
Identifiers */
75
/* 4.4.1 IPSEC Security
Protocol
Identifiers */
128
u_int8_t proto_id; /*
Protocol
ID */