Home | History | Annotate | Download | only in dhcpcd

Lines Matching full:nak

82 /* We should define a maximum for the NAK exponential backoff */ 
120 { DHCP_NAK, "NAK" },
451 if (strcmp(msg, "NAK:") == 0)
522 /* For NAK, only check if we require the ServerID */
526 log_dhcp(LOG_WARNING, "reject NAK", iface, dhcp, from);
529 /* We should restart on a NAK */
530 log_dhcp(LOG_WARNING, "NAK:", iface, dhcp, from);
532 drop_dhcp(iface, "NAK");
568 /* No NAK, so reset the backoff */
638 * follows by an invalid NAK. */
1156 /* Don't bother ARP checking as the server could NAK us first. */
1210 /* We don't want to read the old lease if we NAK an old test */