$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Getting Mac address once ip address
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-02-24 05:12:51
On 02/24/2012 02:28 AM, radha bhavani wrote:
>
> Hi,
> Is there any api available in boost library to get mac addess of the
> device if ip address is know.
Not as far as I know.
Use getifaddrs on POSIX and GetAdaptersAddresses on windows.