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

  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.h 55 #define OT_ADDRIPV4 (1 << 7)
dhcp-common.c 114 else if (opt->type & OT_ADDRIPV4)
370 if (match && add == 2 && !(opt->type & OT_ADDRIPV4)) {
760 else if (opt->type & (OT_INT32 | OT_UINT32 | OT_ADDRIPV4))
970 } else if (opt->type & OT_ADDRIPV4) {
if-options.c 2045 t |= OT_ADDRIPV4;

Completed in 18 milliseconds