Home
last modified time | relevance | path

Searched refs:dhcp_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/net/
H A Dbootp.c66 static dhcp_state_t dhcp_state = INIT; variable
725 dhcp_state = INIT; in bootp_request()
817 dhcp_state = SELECTING; in bootp_request()
1043 src, dest, len, dhcp_state); in dhcp_handler()
1050 "%d\n", src, dest, len, dhcp_state); in dhcp_handler()
1055 switch (dhcp_state) { in dhcp_handler()
1073 dhcp_state = REQUESTING; in dhcp_handler()
1090 dhcp_state = BOUND; in dhcp_handler()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c608 if (if_info->dhcp_state) { in beiscsi_if_en_static()
657 if (if_info->dhcp_state) { in beiscsi_if_en_dhcp()
H A Dbe_cmds.h509 u32 dhcp_state; member
H A Dbe_iscsi.c537 if (!if_info->dhcp_state) in __beiscsi_iface_get_param()