Home
last modified time | relevance | path

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

/busybox-1.35.0/examples/shutdown-1.0/
DREADME25 # Then it commands kernel to halt/reboot/poweroff, if requested.
/busybox-1.35.0/networking/udhcp/
Ddhcpc.c722 static NOINLINE int send_discover(uint32_t requested) in send_discover() argument
731 if (requested) in send_discover()
732 udhcp_add_simple_option(&packet, DHCP_REQUESTED_IP, requested); in send_discover()
748 static NOINLINE int send_select(uint32_t server, uint32_t requested) in send_select() argument
771 udhcp_add_simple_option(&packet, DHCP_REQUESTED_IP, requested); in send_select()
782 temp_addr.s_addr = requested; in send_select()
836 static NOINLINE int send_decline(uint32_t server, uint32_t requested) in send_decline() argument
846 udhcp_add_simple_option(&packet, DHCP_REQUESTED_IP, requested); in send_decline()
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped773 /* Enable debugging if requested. */