You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
goldsimon 3f83556128 sockets: IPPROTO_RAW/IPV6_CHECKSUM must be disabled for LWIP_RAW==0; 11 years ago
..
api_lib.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 11 years ago
api_msg.c Many const fixes throughout the stack (although these are not all, yet) 11 years ago
err.c fixed bug #43110 (call getpeername() before listen() will cause a error) by re-sorting the error numbers and letting listen() continue on ERR_CONN 12 years ago
netbuf.c Many const fixes throughout the stack (although these are not all, yet) 11 years ago
netdb.c changed IP_IS_V6_VAL() to take an instance, not a pointer (to get the _val() functions the same) 11 years ago
netifapi.c worked on task #13480: added LWIP_IPV4 define - IPv4 can be disabled, leaving an IPv6-only stack (SNMP is still missing) 11 years ago
pppapi.c PPP, PPPoL2TP, switched to dual stack IPv4/IPv6 11 years ago
sockets.c sockets: IPPROTO_RAW/IPV6_CHECKSUM must be disabled for LWIP_RAW==0; 11 years ago
tcpip.c Added some macros with extension "_val" that work on actual instances and leave away the "if != NULL" check to get rid of gcc "-Waddress" warnings in the core code at least (I might not have caught all of them, yet) 11 years ago