Searched refs:OT_INTERNAL (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | option.c | 338 #define OT_INTERNAL 0x40 macro 351 { "hostname", 12, OT_INTERNAL | OT_NAME }, 364 { "broadcast", 28, OT_INTERNAL | OT_ADDR_LIST }, 376 { "vendor-encap", 43, OT_INTERNAL }, 383 { "requested-address", 50, OT_INTERNAL | OT_ADDR_LIST }, 384 { "lease-time", 51, OT_INTERNAL }, 385 { "option-overload", 52, OT_INTERNAL }, 386 { "message-type", 53, OT_INTERNAL, }, 387 { "server-identifier", 54, OT_INTERNAL | OT_ADDR_LIST }, 388 { "parameter-request", 55, OT_INTERNAL }, [all …]
|