OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_ip
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
cookie.c
510
bool
is_ip
;
local
533
is_ip
= isip(domain ? domain : whatptr);
536
|| (
is_ip
&& !strcmp(whatptr, domain))
537
|| (!
is_ip
&& tailmatch(whatptr, domain))) {
543
if(!
is_ip
)
1139
bool
is_ip
;
local
[
all
...]
/external/dnsmasq/src/
rfc2131.c
1420
int
is_ip
, is_name, i;
local
[
all
...]
Completed in 246 milliseconds