Searched refs:BINHEX (Results 1 – 3 of 3) sorted by relevance
57 #define BINHEX (1 << 14) macro
87 else if (opt->type & BINHEX) in dhcp_print_option_encoding()441 if (type & BINHEX) { in print_string()
1659 t |= STRING | BINHEX; in parse_option()1676 if (l && !(t & (STRING | BINHEX))) { in parse_option()1681 if (t & ARRAY && t & (STRING | BINHEX) && in parse_option()