Home
last modified time | relevance | path

Searched refs:OT_NAME (Results 1 – 1 of 1) sorted by relevance

/external/dnsmasq/src/
Doption.c339 #define OT_NAME 0x20 macro
351 { "hostname", 12, OT_INTERNAL | OT_NAME },
353 { "domain-name", 15, OT_NAME },
428 *is_name = !!(opttab[i].size & OT_NAME); in option_string()