Searched refs:OT_ADDR_LIST (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | option.c | 331 #define OT_ADDR_LIST 0x80 macro 340 { "netmask", 1, OT_ADDR_LIST }, 342 { "router", 3, OT_ADDR_LIST }, 343 { "dns-server", 6, OT_ADDR_LIST }, 344 { "log-server", 7, OT_ADDR_LIST }, 345 { "lpr-server", 9, OT_ADDR_LIST }, 349 { "swap-server", 16, OT_ADDR_LIST }, 354 { "policy-filter", 21, OT_ADDR_LIST }, 359 { "broadcast", 28, OT_INTERNAL | OT_ADDR_LIST }, 361 { "router-solicitation", 32, OT_ADDR_LIST }, [all …]
|