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; }
66 uint32 fHostUniq; member in class:PPPoEDevice
H A DPPPoEDevice.cpp65 fHostUniq(NewHostUniq()),
170 discovery.AddTag(HOST_UNIQ, &fHostUniq, sizeof(fHostUniq));
506 reply.AddTag(HOST_UNIQ, &fHostUniq, sizeof(fHostUniq));

Completed in 25 milliseconds