OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_connection
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h
46
bool
new_connection
;
member in struct:cricket::ConnectionInfo
socketmonitor.cc
132
info.
new_connection
= !connection->reported();
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h
147
new_connection
(false),
159
bool
new_connection
; // Is this a newly created connection?
member in struct:cricket::ConnectionInfo
p2ptransportchannel.cc
810
info.
new_connection
= !connection->reported();
[
all
...]
p2ptransportchannel_unittest.cc
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h
417
int
new_connection
;
member in struct:wpa_supplicant
wpa_supplicant.c
663
if (state == WPA_COMPLETED && wpa_s->
new_connection
) {
674
wpa_s->
new_connection
= 0;
687
wpa_s->
new_connection
= 1;
[
all
...]
Completed in 385 milliseconds