netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ben Greear <greearb@candelatech.com>
To: "David S. Miller" <davem@redhat.com>
Cc: netdev@oss.sgi.com
Subject: Re: Function to determine if IP exists on a net-device?
Date: Wed, 19 Nov 2003 18:05:15 -0800	[thread overview]
Message-ID: <3FBC215B.2090100@candelatech.com> (raw)
In-Reply-To: <20031119173103.1938bc51.davem@redhat.com>

David S. Miller wrote:
> On Wed, 19 Nov 2003 01:25:06 -0800
> Ben Greear <greearb@candelatech.com> wrote:
> 
> 
>>Is there a method already written that will tell me if an IP exists on
>>a netdevice?
>>
>>If not, I am quite sure the answer lies in the in_ifaddr
>>list, but which field holds the IP address for the device?
> 
> 
> Call getifaddrs(), walk the list finding the each and every list entry
> with the 'ifa_name' name matching the device you want.  If there are
> multiple addresses attached to an interface there will be multiple
> in_ifaddr list entries with the 'ifa_name' of your interface.
> 
> In each of those entry, check the sockaddr pointed to by the 'ifa_addr'
> field.


Is there not a more direct access if I already have the netdevice in question?
ie, can I get at the list by looking at dev->ip_ptr struct?


Thanks,
Ben


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

  parent reply	other threads:[~2003-11-20  2:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-19  9:25 Function to determine if IP exists on a net-device? Ben Greear
     [not found] ` <20031119173103.1938bc51.davem@redhat.com>
2003-11-20  2:05   ` Ben Greear [this message]
     [not found]     ` <20031119181529.4c2b861a.davem@redhat.com>
2003-11-20  8:30       ` Ben Greear

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FBC215B.2090100@candelatech.com \
    --to=greearb@candelatech.com \
    --cc=davem@redhat.com \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).