OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_ip
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
dnsmasq.h
765
char *option_string(unsigned char opt, int *
is_ip
, int *is_name);
option.c
413
char *option_string(unsigned char opt, int *
is_ip
, int *is_name)
420
if (
is_ip
)
421
*
is_ip
= !!(opttab[i].size & OT_ADDR_LIST);
[
all
...]
rfc2131.c
1420
int
is_ip
, is_name, i;
local
[
all
...]
Completed in 222 milliseconds