|
|
| 242 |
Ipv4Address GetIpv4Address (void) const; |
242 |
Ipv4Address GetIpv4Address (void) const; |
| 243 |
/** |
243 |
/** |
| 244 |
* \param macAddress The MacAddress for this entry |
244 |
* \param macAddress The MacAddress for this entry |
|
|
245 |
* \deprecated This (misspelled) method will go away in future versions of ns-3, in favor of the correctly spelled version. |
| 245 |
*/ |
246 |
*/ |
|
|
247 |
NS_DEPRECATED |
| 246 |
void SetMacAddresss (Address macAddress); |
248 |
void SetMacAddresss (Address macAddress); |
| 247 |
/** |
249 |
/** |
|
|
250 |
* \param macAddress The MacAddress for this entry |
| 251 |
*/ |
| 252 |
void SetMacAddress (Address macAddress); |
| 253 |
/** |
| 248 |
* \param destination The Ipv4Address for this entry |
254 |
* \param destination The Ipv4Address for this entry |
| 249 |
*/ |
255 |
*/ |
| 250 |
void SetIpv4Address (Ipv4Address destination); |
256 |
void SetIpv4Address (Ipv4Address destination); |