HomeSort by relevance Sort by last modified time
    Searched refs:is_ip (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
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...]
dnsmasq.h 767 char *option_string(unsigned char opt, int *is_ip, int *is_name);

Completed in 656 milliseconds