Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dstables.c71 FM_OFFSET(ip_flags), FTB_IP_FLAGS },
118 FTB_CHADDR | FTB_DDNS | FTB_IP_FLAGS | FTB_LEASE_EXPIRY |
122 FTB_CHADDR | FTB_DDNS | FTB_IP_FLAGS | FTB_LEASE_EXPIRY |
H A Dfailover.c4848 ((msg->options_present & FTB_IP_FLAGS) && msg->ip_flags) ? in dhcp_failover_send_bind_ack()
5372 if (msg->options_present & FTB_IP_FLAGS) { in dhcp_failover_process_bind_update()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dfailover.h114 #define FTB_IP_FLAGS 0x00001000 macro