Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp624 static T unpackT(message::Payload& req) in unpackT() function
794 auto ip = unpackT<stdplus::In4Addr>(req); in setLanInt()
833 auto mac = unpackT<stdplus::EtherAddr>(req); in setLanInt()
844 auto pfx = stdplus::maskToPfx(unpackT<stdplus::In4Addr>(req)); in setLanInt()
855 auto gateway = unpackT<stdplus::In4Addr>(req); in setLanInt()
862 auto gatewayMAC = unpackT<stdplus::EtherAddr>(req); in setLanInt()
940 auto ip = unpackT<stdplus::In6Addr>(req); in setLanInt()
993 auto gateway = unpackT<stdplus::In6Addr>(req); in setLanInt()
1000 auto mac = unpackT<stdplus::EtherAddr>(req); in setLanInt()
1021 unpackT<stdplus::In6Addr>(req); in setLanInt()