haiku/headers/posix/netinet
Waldemar Kornewald 861d934e82 This should fix BONE compatibility a little bit. We still need nonblocking IO and a good select() fix.
Explanation: we did not have the same sockaddr_in struct size as BONE, but our netstack wants to have our size, so I changed it to match BONE's. ;)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9079 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-27 22:31:54 +00:00
..
icmp_var.h
if_ether.h removed unnecessary #include <OS.h> 2003-08-02 07:34:06 +00:00
in_pcb.h
in_systm.h
in_var.h
in.h This should fix BONE compatibility a little bit. We still need nonblocking IO and a good select() fix. 2004-09-27 22:31:54 +00:00
ip_icmp.h
ip_var.h Fixed collision between SO_XXX and IP_XXX defines. 2004-04-18 12:46:10 +00:00
ip.h reduce dependence on ByteOrder.h by removing B_HOST_IS_BENDIAN and using BYTE_ORDER instead 2003-08-02 06:03:20 +00:00
tcp_debug.h
tcp_fsm.h
tcp_seq.h
tcp_timer.h
tcp_var.h
tcp.h
tcpip.h
udp_var.h
udp.h