Searched refs:fHostName (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/net/
H A DDHCPClient.h71 BString fHostName; member in class:DHCPClient
H A DDHCPClient.cpp565 fHostName.SetTo(hostName, MAXHOSTNAMELEN);
567 fHostName.Truncate(0);
904 if (fHostName.Length() > 0) {
906 reinterpret_cast<const uint8*>(fHostName.String()),
907 fHostName.Length());
915 if (fHostName.Length() > 0) {
917 reinterpret_cast<const uint8*>(fHostName.String()),
918 fHostName.Length());
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp133 fHostName(other.fHostName)
155 fHostName = "";
181 fHostName = host;
208 fHostName = host;
236 fHostName = host;
265 fHostName = host;
375 fHostName = other.fHostName;
1052 return fHostName;
[all...]
/haiku/headers/os/net/
H A DNetworkAddress.h152 BString fHostName; member in class:BNetworkAddress

Completed in 89 milliseconds