OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LISTEN
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/tools/android/forwarder2/
command.h
28
LISTEN
,
device_controller.cc
88
case command::
LISTEN
: {
host_controller.cc
39
command::
LISTEN
, device_port, adb_control_socket.get());
/external/chromium_org/ppapi/shared_impl/
ppb_tcp_socket_shared.h
32
enum TransitionType { NONE, BIND, CONNECT, SSL_CONNECT,
LISTEN
, CLOSE };
ppb_tcp_socket_shared.cc
38
case
LISTEN
:
67
case
LISTEN
:
/external/chromium_org/ppapi/proxy/
tcp_socket_resource_base.cc
258
if (state_.IsPending(TCPSocketState::
LISTEN
))
260
if (!state_.IsValidTransition(TCPSocketState::
LISTEN
))
264
state_.SetPendingTransition(TCPSocketState::
LISTEN
);
463
if (!state_.IsPending(TCPSocketState::
LISTEN
))
/external/ipsec-tools/src/racoon/
cfparse.h
59
LISTEN
= 275,
224
#define
LISTEN
275
cfparse.y
194
/*
listen
*/
195
%token
LISTEN
X_ISAKMP X_ISAKMP_NATT X_ADMIN STRICT_ADDRESS ADMINSOCK DISABLED
435
/*
listen
*/
437
:
LISTEN
BOC listen_stmts EOC
[
all
...]
cftoken.l
206
/*
listen
*/
207
<S_INI>
listen
{ BEGIN S_LST; YYDB; return(
LISTEN
); }
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_socket_message_filter.cc
653
if (state_.IsPending(TCPSocketState::
LISTEN
)) {
657
if (!state_.IsValidTransition(TCPSocketState::
LISTEN
)) {
662
int32_t pp_result = NetErrorToPepperError(socket_->
Listen
(backlog));
664
state_.DoTransition(TCPSocketState::
LISTEN
, pp_result == PP_OK);
[
all
...]
/external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js
195
case '
LISTEN
':
/external/libnl/lib/netfilter/
ct_obj.c
443
__ADD(TCP_CONNTRACK_LISTEN,
LISTEN
)
Completed in 3944 milliseconds