Home
last modified time | relevance | path

Searched refs:portNum (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/include/
H A Dasync_resolve.hpp80 uint16_t portNum = 0; in async_resolve() local
82 auto it = std::from_chars(&*port.begin(), &*port.end(), portNum); in async_resolve()
94 [host{std::string(host)}, portNum, in async_resolve()
114 endpoint.port(portNum); in async_resolve()
/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp165 portNum = tmp; in updateSocketProperties()
169 sockAttrIface->set_property(sockAttrPropPort, portNum); in updateSocketProperties()
424 cfgFile << "Listen" << protocol << "=" << portNum << "\n"; in stopAndApplyUnitConfig()
541 sockAttrPropPort, portNum, in registerProperties()
553 portNum = req; in registerProperties()
/openbmc/service-config-manager/inc/
H A Dsrvcfg_manager.hpp99 uint16_t portNum; member in phosphor::service::ServiceConfig
/openbmc/phosphor-net-ipmid/command/
H A Dpayload_cmds.hpp97 uint16_t portNum; //!< Payload UDP port number. member
H A Dpayload_cmds.cpp109 response->portNum = endian::to_ipmi<uint16_t>(IPMI_STD_PORT); in activatePayload()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1477 std::string portNum; in muxSlotDisable() local
1478 if (!getBusNumFromPath(linkPath, portNum)) in muxSlotDisable()
1484 std::vector<uint8_t>{action, static_cast<uint8_t>(std::stoi(portNum))}); in muxSlotDisable()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hw.h998 uint32_t portNum; member
H A Dlpfc_els.c9059 rpl_rsp.port_num_blk.portNum = 0; in lpfc_els_rsp_rpl_acc()