Home
last modified time | relevance | path

Searched refs:DHCPDECLINE (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Dcommon.h206 #define DHCPDECLINE 4 /* client -> server */ macro
Ddhcprelay.c208 && type != DHCPDECLINE && type != DHCPRELEASE in pass_to_server()
DConfig.src78 will DHCPDECLINE the offer if the address is in use,
Ddhcpd.c1209 case DHCPDECLINE: in udhcpd_main()
Ddhcpc.c843 init_packet(&packet, DHCPDECLINE); in send_decline()