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

  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.h 49 #define OT_UINT8 (1 << 1)
dhcp-common.c 102 if (opt->type & OT_UINT8)
764 else if (opt->type & (OT_INT8 | OT_UINT8 | OT_BITFLAG))
938 if (opt->type & OT_UINT8) {
if-options.c 2053 t |= OT_UINT8;
2057 t |= OT_UINT8;

Completed in 26 milliseconds