Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dstables.c78 FM_OFFSET(message), FTB_MESSAGE },
124 FTB_REPLY_OPTIONS | FTB_REJECT_REASON | FTB_MESSAGE), /* 4 BNDACK */
130 FTB_REJECT_REASON | FTB_MESSAGE), /* CONNECTACK */
136 (FTB_REJECT_REASON | FTB_MESSAGE) /* 12 DISCONNECT */
H A Dfailover.c5557 (int)((msg -> options_present & FTB_MESSAGE) in dhcp_failover_process_bind_ack()
5561 (msg -> options_present & FTB_MESSAGE) in dhcp_failover_process_bind_ack()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dfailover.h122 #define FTB_MESSAGE 0x00010000 macro