Lines Matching defs:if_options
151 struct if_options { struct
152 time_t mtime;
153 uint8_t iaid[4];
154 int metric;
155 uint8_t requestmask[OPTION_MASK_SIZE];
156 uint8_t requiremask[OPTION_MASK_SIZE];
157 uint8_t nomask[OPTION_MASK_SIZE];
158 uint8_t rejectmask[OPTION_MASK_SIZE];
159 uint8_t requestmask6[(UINT16_MAX + 1) / NBBY];
160 uint8_t requiremask6[(UINT16_MAX + 1) / NBBY];
161 uint8_t nomask6[(UINT16_MAX + 1) / NBBY];
162 uint8_t rejectmask6[(UINT16_MAX + 1) / NBBY];
163 uint8_t dstmask[256 / NBBY];
164 uint32_t leasetime;
165 time_t timeout;
166 time_t reboot;
167 unsigned long long options;
169 struct in_addr req_addr;
170 struct in_addr req_mask;
171 struct rt_head *routes;
172 char **config;
174 char **environ;
175 char *script;
177 char hostname[HOSTNAME_MAX_LEN + 1]; /* We don't store the length */
178 uint8_t fqdn;
179 uint8_t vendorclassid[VENDORCLASSID_MAX_LEN + 2];
180 uint8_t clientid[CLIENTID_MAX_LEN + 2];
181 uint8_t userclass[USERCLASS_MAX_LEN + 2];
182 uint8_t vendor[VENDOR_MAX_LEN + 2];
184 size_t blacklist_len;
208 struct if_options *read_config(struct dhcpcd_ctx *, argument