rwatson 3c02410d55 Add a new function, ifa_ifwithaddr_check(), which rather than returning
a pointer to an ifaddr matching the passed socket address, returns a
boolean indicating whether one was present.  In the (near) future,
ifa_ifwithaddr() will return a referenced ifaddr rather than a raw
ifaddr pointer, and the new wrapper will allow callers that care only
about the boolean condition to avoid having to free that reference.

MFC after:	3 weeks
2009-06-22 10:59:34 +00:00
..
2008-07-25 23:58:09 +00:00
2008-08-25 20:43:13 +00:00
2009-04-02 13:02:12 +00:00
2007-12-09 20:47:12 +00:00
2009-06-09 21:55:28 +00:00
2008-03-17 01:26:44 +00:00
2009-06-09 02:27:59 +00:00
2009-04-14 23:05:36 +00:00
2009-06-21 19:30:33 +00:00