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

  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.h 77 #define OT_URI (1 << 29)
dhcp-common.c 134 else if (opt->type & OT_URI)
688 if (type & OT_URI && isspace(c)) {
851 if ((opt->type & (OT_ARRAY | OT_URI)) == (OT_ARRAY | OT_URI)) {
900 if (opt->type & (OT_STRING | OT_URI)) {
if-options.c 2051 t |= OT_URI;

Completed in 16 milliseconds