OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resp_type
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/core/lwip/src/netif/ppp/
chap.h
117
u_char
resp_type
; /* hash algorithm for responses */
member in struct:chap_state
chap.c
182
cstate->
resp_type
= digest;
489
switch (cstate->
resp_type
) {
508
CHAPDEBUG(LOG_INFO, ("unknown digest type %d\n", cstate->
resp_type
));
/external/webrtc/webrtc/p2p/base/
turnserver.cc
97
int
resp_type
= (req) ? GetStunSuccessResponseType(req->type()) : -1;
local
98
if (
resp_type
== -1)
100
resp->SetType(
resp_type
);
107
int
resp_type
= (req) ? GetStunErrorResponseType(req->type()) : -1;
local
108
if (
resp_type
== -1)
110
resp->SetType(
resp_type
);
Completed in 383 milliseconds