Home
last modified time | relevance | path

Searched refs:FTB_STOS (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dstables.c96 FM_OFFSET(stos), FTB_STOS },
119 FTB_POTENTIAL_EXPIRY | FTB_STOS | FTB_CLTT | FTB_REQUEST_OPTIONS |
123 FTB_POTENTIAL_EXPIRY | FTB_STOS | FTB_CLTT | FTB_REQUEST_OPTIONS |
134 (FTB_SERVER_STATE | FTB_SERVER_FLAGS | FTB_STOS), /* 10 STATE */
H A Dfailover.c5363 if (msg -> options_present & FTB_STOS) { in dhcp_failover_process_bind_update()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dfailover.h140 #define FTB_STOS 0x02000000 macro