Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.py34 temp_ip = bmc_val.get("address", None)
35 if bmc_ip.strip() == temp_ip.strip():
/openbmc/ipmitool/contrib/
H A Dbmc-snmp-proxy157 temp_ip=$(${IPMITOOL} lan alert print ${CHANNEL} ${ALERT_DEST}\
160 [ "${temp_ip}" = "${test_ip}" ] && return 0
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c1981 u32 temp = 0, temp_ip; in qlcnic_83xx_config_ipaddr() local
2004 temp_ip = swab32(ntohl(ip)); in qlcnic_83xx_config_ipaddr()
2005 memcpy(&cmd.req.arg[2], &temp_ip, sizeof(u32)); in qlcnic_83xx_config_ipaddr()