Home
last modified time | relevance | path

Searched refs:RFC3442 (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd/
Dshowlease.c27 #define RFC3442 (1 << 12) macro
122 { 121, RFC3442 | REQUEST, "classless_static_routes" },
123 { 249, RFC3442, "ms-classless_static_routes" },
166 if (opt->type == 0 || opt->type & STRING || opt->type & RFC3442) in valid_length()
Ddhcp.c52 #define RFC3442 (1 << 12) macro
75 { 121, RFC3442, "classless_static_routes" },
76 { 249, RFC3442, "ms_classless_static_routes" },
276 opt->type & (STRING | RFC3442 | RFC5969)) in valid_length()
1294 if (type & RFC3442) in print_option()