Searched refs:is_ip (Results 1 - 3 of 3) sorted by relevance

/external/dnsmasq/src/
H A Doption.c413 char *option_string(unsigned char opt, int *is_ip, int *is_name) argument
420 if (is_ip)
421 *is_ip = !!(opttab[i].size & OT_ADDR_LIST);
H A Drfc2131.c1420 int is_ip, is_name, i; local
1421 char *text = option_string(start[0], &is_ip, &is_name);
1424 if (is_ip)
H A Ddnsmasq.h765 char *option_string(unsigned char opt, int *is_ip, int *is_name);

Completed in 34 milliseconds