Commit Graph

25 Commits

Author SHA1 Message Date
Michael Davidsaver
00a74fbb4e libCom: fix debug print formats in osiSockDiscoverBroadcastAddresses() 2016-02-04 18:45:18 -05:00
Michael Davidsaver
e805abe971 libCom/osi: osiSockDiscoverBroadcastAddresses() finds 127.255.255.255
For the default implementation of osiSockDiscoverBroadcastAddresses()
allow the loopback interface to have IFF_BROADCAST set (usually isn't)
and on Linux assume that the loopback broadcast address is usable
even if IFF_BROADCAST isn't set.
2016-01-11 20:59:07 -05:00
Jeff Hill johill@lanl.gov
e374ee4658 patched this code to force alignment of the if request structure, which appears to be required to avoid exceptions on RTEMS with cpu architectures that detect use of misaligned addresses 2014-06-10 22:37:21 -06:00
Andrew Johnson
fbda9f3280 RCS keyword updates for Bazaar
Replaced $Id$ and $Header$ keywords with $Revision-Id$
Deleted $Log$ keywords and any log messages
2010-10-05 14:27:37 -05:00
Jeff Hill
8a255f913e byte swap port number (even if it is zero) 2006-11-18 00:13:53 +00:00
Ralph Lange
61600b730a Fix for skipping over the first ifreq list element, += ifreqSize wrapper function. 2006-09-21 20:28:55 +00:00
Ralph Lange
178f8e9008 Problem fixed that was found on ARM: ifreq buffer must always be word-aligned when passed to kernel functions. 2006-09-19 16:13:34 +00:00
Jeff Hill
96b2d2c76f convertSocketErrorToString => epicsSocketConvertErrnoToString 2003-04-24 16:25:47 +00:00
Jeff Hill
1de5f1c3ef thread safe socket error to string function 2003-04-22 18:06:42 +00:00
Jeff Hill
c15de09b8e loopback address address matching 2002-07-13 01:02:40 +00:00
Janet B. Anderson
93b0bf478d Updated license comments. 2002-07-12 21:35:43 +00:00
Jeff Hill
1fc986044a removed knowledge of subnet mask from network interface query 2002-03-07 18:52:19 +00:00
Jeff Hill
40148ba63b fixed diagnostic message 2001-10-18 23:39:55 +00:00
Jeff Hill
114058de02 improved warning messages 2001-10-18 23:24:19 +00:00
Jeff Hill
5179d0d505 better config of ifconfig differences 2001-05-23 20:54:48 +00:00
Jeff Hill
88457cce79 work correctly on systems that dont know about point to point IF (CYGWIN32) 2001-02-16 00:21:11 +00:00
Jeff Hill
7f16818f53 added additional debug stmnts 2000-11-22 00:52:33 +00:00
Jeff Hill
c8f4fac5dc fix net mask fetch for Solaris 2000-11-21 23:46:53 +00:00
Jeff Hill
16d897ff93 initialize net mask entry 2000-11-21 22:17:07 +00:00
Jeff Hill
f3275d7a3d added newline at EOF 2000-06-02 22:43:58 +00:00
Jeff Hill
9258359949 fixed BSD version test 2000-06-02 20:18:31 +00:00
Jeff Hill
6ee0d611fd fixed message format 2000-05-30 17:12:55 +00:00
W. Eric Norum
6ee30c7d0f Group os-dependent code into a single location.
Add SOCKADDR_HAS_LEN conditional.
2000-03-14 16:50:20 +00:00
Jeff Hill
bc3802b106 fixed missing #define in Solaris build 2000-03-14 16:20:04 +00:00
Jeff Hill
71e9d31ccd added osdNetIntf.c 2000-03-14 16:02:06 +00:00