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

/haiku/headers/os/net/
H A DNetworkAddress.h78 void SetToLinkLevel(const uint8* address, size_t length);
79 void SetToLinkLevel(const char* name);
80 void SetToLinkLevel(uint32 index);
/haiku/src/tests/kits/net/
H A Dlink_echo.cpp142 server.SetToLinkLevel(macAddress, sizeof(macAddress));
149 server.SetToLinkLevel(broadcastAddress, sizeof(broadcastAddress));
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp536 BNetworkAddress::SetToLinkLevel(const uint8* address, size_t length) function in class:BNetworkAddress
554 BNetworkAddress::SetToLinkLevel(const char* name) function in class:BNetworkAddress
577 BNetworkAddress::SetToLinkLevel(uint32 index) function in class:BNetworkAddress
1300 SetToLinkLevel(linkAddress, length);
H A DNetworkDevice.cpp389 network.address.SetToLinkLevel(info.isi_macaddr,
410 network.address.SetToLinkLevel(result.isr_bssid,
1012 address.SetToLinkLevel(mac, IEEE80211_ADDR_LEN);

Completed in 110 milliseconds