summaryrefslogtreecommitdiffstats
path: root/include/netinet
Commit message (Collapse)AuthorAgeFilesLines
* update headers and disable prototypesPeter S. Mazinger2009-11-221-13/+28
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* protocols.h: removePeter S. Mazinger2009-11-221-62/+0
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-221-0/+4
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* use __BYTE_ORDER and __*ENDIANPeter S. Mazinger2009-11-222-10/+10
| | | | | | | | Those without the __ prefix are BSD specific. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* add hidden aliases for ntoh/hton functionsMike Frysinger2009-08-191-0/+4
| | | | | | | | Sometimes references for these functions show up (like when debugging is enabled), so add hidden aliases for them if needed. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24157Carmelo Amoroso2008-11-262-0/+3
| | | | Step 11: More libc_hidden_proto removal
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-0/+1
| | | | Step 8: include folder
* BIG BIG commit: forgotten filesCarmelo Amoroso2008-07-093-74/+0
|
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-096-57/+217
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso2008-03-051-0/+2
| | | | | | | Added related test cases. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Hacked-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-08-213-32/+242
|
* Merge from trunk."Steven J. Hill"2006-02-251-5/+145
|
* Atsushi Nemoto writes:Eric Andersen2003-10-081-1/+1
| | | | | | | | | | | | | I found inappropriate data types are used in some places in networking codes. * tcp_seq is 32bit (u_long -> u_int32_t) * in_addt_t should be used for internet address (unsigned long -> in_addr_t) * socklen_t should be used for accept() This is a patch against uclibc-0.9.21 (can be applied for current CVS). 64bit platforms (sizeof(int)!=sizeof(long)) will need this. I believe this patch does not harm any 32bit platforms.
* Be more careful about not redefining stufEric Andersen2001-09-271-0/+2
|
* re-enable ntohl and friendsEric Andersen2001-09-271-0/+1
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-2713-281/+373
|
* Add missing in_addr_tEric Andersen2001-07-121-3/+4
|
* Makeheader files be more like GNUEric Andersen2001-01-151-4/+10
|
* More random fixes and additions.Eric Andersen2000-10-271-12/+6
|
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-0913-73/+1734
| | | | | | fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik
* Revert to the old set of includes.Eric Andersen2000-07-0911-0/+291
| | | | -Erik
* Temporarily revert to older working set of files.Eric Andersen2000-07-0917-1952/+0
| | | | -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-0613-73/+1734
| | | | | headers (the way it has been done in GNU libc). -Erik
* Initial revision0_9_1Erik Andersen2000-05-1411-0/+291