Searched defs:if_options (Results 1 – 2 of 2) sorted by relevance
85 struct if_options { struct86 int metric;87 uint8_t requestmask[256 / 8];88 uint8_t requiremask[256 / 8];89 uint8_t nomask[256 / 8];90 uint8_t dstmask[256 / 8];91 uint32_t leasetime;92 time_t timeout;93 time_t reboot;94 unsigned long long options;[all …]
102 static struct if_options *if_options; variable