Searched refs:RFC3442 (Results 1 – 2 of 2) sorted by relevance
/external/dhcpcd/ |
D | showlease.c | 21 #define RFC3442 (1 << 12) macro 116 { 121, RFC3442 | REQUEST, "classless_static_routes" }, 117 { 249, RFC3442, "ms-classless_static_routes" }, 160 if (opt->type == 0 || opt->type & STRING || opt->type & RFC3442) in valid_length()
|
D | dhcp.c | 51 #define RFC3442 (1 << 12) macro 154 { 121, RFC3442 | REQUEST, "classless_static_routes" }, 155 { 249, RFC3442, "ms_classless_static_routes" }, 226 if (opt->type == 0 || opt->type & STRING || opt->type & RFC3442) in valid_length() 1078 if (type & RFC3442) in print_option()
|