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

  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.h 71 #define OT_ASCII (1 << 23)
dhcp-common.c 126 else if (opt->type & OT_ASCII)
679 if (type & OT_ASCII && (!isascii(c))) {
683 if (!(type & (OT_ASCII | OT_RAW | OT_ESCSTRING | OT_ESCFILE)) &&
if-options.c 2073 t |= OT_STRING | OT_ASCII;

Completed in 17 milliseconds