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

  /src/external/mpl/dhcp/dist/includes/
failover.h 36 FT_DDNS, FT_DDNS1, FT_UINT16, FT_TEXT,
  /src/external/mpl/dhcp/dist/server/
stables.c 65 { FTO_DDNS, "DDNS", FT_DDNS, 1, FM_OFFSET(ddns), FTB_DDNS },
146 0, /* FT_DDNS */
failover.c 764 /* FT_DDNS* are special - one or two bytes of status
767 /* Note: FT_DDNS* option support appears to be incomplete.
769 if (ft_options [option_code].type == FT_DDNS ||
4047 if (info -> type == FT_DDNS || info -> type == FT_DDNS1) {
4048 count = info -> type == FT_DDNS ? 1 : 2;
4201 case FT_DDNS:

Completed in 30 milliseconds