Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.h39 { return fHostUniq; } in HostUniq()
66 uint32 fHostUniq; variable
H A DPPPoEDevice.cpp65 fHostUniq(NewHostUniq()), in PPPoEDevice()
170 discovery.AddTag(HOST_UNIQ, &fHostUniq, sizeof(fHostUniq)); in Up()
506 reply.AddTag(HOST_UNIQ, &fHostUniq, sizeof(fHostUniq)); in Receive()