Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:STRING

20 #define STRING	(1 << 7)
45 { 12, STRING, "host_name" },
47 { 14, STRING, "merit_dump" },
48 { 15, STRING, "domain_name" },
50 { 17, STRING, "root_path" },
51 { 18, STRING, "extensions_path" },
73 { 40, STRING, "nis_domain" },
76 { 43, STRING, "vendor_encapsulated_options" },
80 { 47, STRING, "netbios_scope" },
89 { 56, STRING, "dhcp_message" },
93 { 64, STRING, "nisplus_domain" },
95 { 66, STRING, "tftp_server_name" },
96 { 67, STRING, "bootfile_name" },
106 { 77, STRING, "user_class" },
108 { 86, STRING, "nds_tree_name" },
109 { 87, STRING, "nds_context" },
110 { 88, STRING | RFC3397, "bcms_controller_names" },
114 { 98, STRING, "uap_servers" },
116 { 113, STRING, "netinfo_server_tag" },
117 { 114, STRING, "default_url" },
119 { 119, STRING | RFC3397, "domain_search" },
164 if (opt->type == 0 || opt->type & STRING || opt->type & RFC3442)