Home
last modified time | relevance | path

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

/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Dpkt_filter_lpf.cc303 iface.getHWType())); in send()
H A Dpkt.cc274 hwtype = iface->getHWType(); in getMACFromIPv6()
H A Dduid_factory.cc286 htype = iface->getHWType(); in createLinkLayerId()
H A Dpkt_filter_bpf.cc555 iface.getHWType())); in send()
H A Diface_mgr.h231 uint16_t getHWType() const { return hardware_type_; } in getHWType() function
H A Dpkt6.cc923 hwtype = iface->getHWType(); in getMACFromRemoteIdRelayOption()
H A Diface_mgr.cc789 << ", hwtype=" << iface->getHWType() in printIfaces()
/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Dpkt6_unittest.cc1230 tmp << "hwtype=" << (int)iface->getHWType() << " f0:04:06:08:0a:0c"; in TEST_F()
1273 tmp << "hwtype=" << (int)iface->getHWType() << " f0:04:06:08:0a:0c"; in TEST_F()
1328 tmp << "hwtype=" << iface->getHWType() << " 00:00:00:00:00:01"; in TEST_F()
1576 tmp << "hwtype=" << (int)iface->getHWType() << " 0a:0b:0c:0d:0e:0f"; in TEST_F()
H A Diface_mgr_unittest.cc2534 EXPECT_EQ(42, iface.getHWType()); in TEST_F()