HomeSort by: relevance | last modified time | path
    Searched refs:OT_BINHEX (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.h 63 #define OT_BINHEX (1 << 15)
dhcp-common.c 130 else if (opt->type & OT_BINHEX)
666 if (type & OT_BINHEX) {
if-options.c 2079 t |= OT_STRING | OT_BINHEX;
2094 if (l && !(t & (OT_STRING | OT_BINHEX))) {
2098 if (t & OT_ARRAY && t & (OT_STRING | OT_BINHEX) &&

Completed in 16 milliseconds