OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:source_addr_exists
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/third_party/address_sorting/
address_sorting_posix.c
57
bool
source_addr_exists
= false;
local
68
source_addr_exists
= true;
74
return
source_addr_exists
;
address_sorting_windows.c
56
bool
source_addr_exists
= false;
local
66
source_addr_exists
= true;
72
return
source_addr_exists
;
/external/grpc-grpc/third_party/address_sorting/include/address_sorting/
address_sorting.h
63
bool
source_addr_exists
;
member in struct:address_sorting_sortable
Completed in 231 milliseconds