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

  /src/external/mpl/dhcp/dist/includes/
failover.h 233 u_int16_t ip_flags; member in struct:failover_message
  /src/external/mpl/dhcp/dist/server/
stables.c 71 FM_OFFSET(ip_flags), FTB_IP_FLAGS },
failover.c 4773 &skip_failover_option, /* No IP_FLAGS */
4848 ((msg->options_present & FTB_IP_FLAGS) && msg->ip_flags) ?
4850 msg->ip_flags)
5373 if (msg->ip_flags & FTF_IP_FLAG_RESERVE) {
5388 if (msg->ip_flags & FTF_IP_FLAG_BOOTP) {
5401 if (msg->ip_flags & ~(FTF_IP_FLAG_RESERVE | FTF_IP_FLAG_BOOTP))
5403 msg->ip_flags);

Completed in 59 milliseconds