/freebsd/sys/netinet/ |
H A D | raw_ip.c | diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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 diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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
|
H A D | in_pcb.c | diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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 diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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
|
/freebsd/sys/net/ |
H A D | route.c | diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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 diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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
|
H A D | if_var.h | diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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 diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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
|
H A D | if.c | diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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 diff 8896f83a58b5c4ff6288c8f101df25e92a371d83 Mon Jun 22 12:59:34 CEST 2009 Robert Watson <rwatson@FreeBSD.org> 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
|