Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp622 static T unpackT(message::Payload& req) in unpackT() function
792 auto ip = unpackT<stdplus::In4Addr>(req); in setLanInt()
831 auto mac = unpackT<stdplus::EtherAddr>(req); in setLanInt()
842 auto pfx = stdplus::maskToPfx(unpackT<stdplus::In4Addr>(req)); in setLanInt()
853 auto gateway = unpackT<stdplus::In4Addr>(req); in setLanInt()
860 auto gatewayMAC = unpackT<stdplus::EtherAddr>(req); in setLanInt()
938 auto ip = unpackT<stdplus::In6Addr>(req); in setLanInt()
991 auto gateway = unpackT<stdplus::In6Addr>(req); in setLanInt()
998 auto mac = unpackT<stdplus::EtherAddr>(req); in setLanInt()
1019 unpackT<stdplus::In6Addr>(req); in setLanInt()