2002 2003 2004 2005 <2006> 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 <2006> 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: osiSockDiscoverBroadcastAddresses(): pointer not word-aligned? |
From: | Eric Norum <[email protected]> |
To: | Ralph Lange <[email protected]> |
Cc: | Jeff Hill <[email protected]>, "'EPICS Core Talk'" <[email protected]>, "'Ralf Hartmann'" <[email protected]> |
Date: | Wed, 23 Aug 2006 09:38:02 -0500 |
You need to figure out why ifreq_size is returning the wrong value. The macro definition for RTEMS (src/libCom/osi/os/RTEMS/osdSock.h) is: #define ifreq_size(pifreq) (pifreq->ifr_addr.sa_len + sizeof(pifreq->ifr_name)) On Aug 23, 2006, at 9:05 AM, Ralph Lange wrote:
If you have the ability to put in watchpoints it would be useful to see each time that memory location was written to. -- Eric Norum <[email protected]> Advanced Photon Source Argonne National Laboratory (630) 252-4793 |