Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dfailover.h233 u_int16_t ip_flags; member
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dstables.c71 FM_OFFSET(ip_flags), FTB_IP_FLAGS },
H A Dfailover.c4848 ((msg->options_present & FTB_IP_FLAGS) && msg->ip_flags) ? in dhcp_failover_send_bind_ack()
4850 msg->ip_flags) in dhcp_failover_send_bind_ack()
5373 if (msg->ip_flags & FTF_IP_FLAG_RESERVE) { in dhcp_failover_process_bind_update()
5388 if (msg->ip_flags & FTF_IP_FLAG_BOOTP) { in dhcp_failover_process_bind_update()
5401 if (msg->ip_flags & ~(FTF_IP_FLAG_RESERVE | FTF_IP_FLAG_BOOTP)) in dhcp_failover_process_bind_update()
5403 msg->ip_flags); in dhcp_failover_process_bind_update()