Lines Matching refs:ip
27 * ip.h: implemented API functions to access so_options of IP pcbs (UDP, TCP, RAW)
327 * ip.c, udp.c/.h, pbuf.h, sockets.c: task #10495: Added support for
331 * ip.c: Added an optional define (LWIP_IP_ACCEPT_UDP_PORT) that can allow
371 * ip.c: Inline generating IP checksum to save a function call
431 * ip_addr.h: Improved some defines working on ip addresses, added faster
670 * ip.c: Fixed invalid fix for bug #30402 (CHECKSUM_GEN_IP_INLINE does not
677 * ip.c: Fixed bug #30402: CHECKSUM_GEN_IP_INLINE does not add IP options
757 * netif.c, ipv4/ip.c: task #10241 (AutoIP: don't break existing connections
766 * ipv4/ip.c: Don't try to forward link-local addresses
846 * igmp.c/.h, ip.h: Moved most defines from igmp.h to igmp.c for clarity
1074 * ip.c: Fixed bug #27390: Source IP check in ip_input() causes it to drop
1099 * ip.c: Fixed bug bug #27345: "ip_frag() does not use the LWIP_NETIF_LOOPBACK
1140 * ip.h, ip.c: Added ip_current_netif() & ip_current_header() to receive
1212 * netif.c, loopif.c, ip.c, netif.h, loopif.h, opt.h: Checked in slightly
1254 * ip.h, ip.c, igmp.c: bug #26487: Added ip_output_if_opt that can add IP options
1289 * raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the
1312 behavior, with with ip address string not ended by a '\0', a space or a
1337 * ip.c, ip6.c, tcp_out.c, ip.h: patch #6808: Add a utility function
1433 * etharp.c (etharp_arp_input): Fix type aliasing problem copying ip address.
1512 * ip.c: Integrate patch #6369" ip_input : checking before realloc".
1563 * ip.c: Fix bug #21846 "LwIP doesn't appear to perform any IP Source Address
1587 * ip.c: ip_input: check if a packet is for inp first before checking all other
1633 DNS server ip addresses when options are received. You need to set LWIP_DNS=1
1645 core header files in api.h (ip/tcp/udp/raw.h) to hide the internal
1712 * igmp.h, igmp.c, netif.h, netif.c, ip.c: To enable to have interfaces with IGMP,
1720 * sockets.c, ip.h, api.h, tcp.h: declare a "struct ip_pcb" which only contains
1721 IP_PCB. Add in the netconn's "pcb" union a "struct ip_pcb *ip;" (no size change).
1726 * udp.c, ipv4/icmp.c, ipv4/ip.c, ipv6/icmp.c, ipv6/ip6.c, ipv4/icmp.h,
1903 * udp.h, opt.h, api_msg.c, ip.c, udp.c: Included switch LWIP_UDPLITE (enabled
1924 * opt.h, ip_frag.c, ip_frag.h, ip.c: Added option IP_FRAG_USES_STATIC_BUF
2036 ip.c, netif.h, tcpip.c, opt.h:
2082 ip.h macros to do it).
2115 * opt.h, ip.c: Rename IP_OPTIONS define to IP_OPTIONS_ALLOWED to avoid
2159 * ip.c: fixed bug #21643 (udp_send/raw_send don't fail if netif is down) by
2266 * igmp.h, igmp.c, ip.c: Fix minor changes from bug #20503 : IGMP Improvement.
2318 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c,
2513 * ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output
2712 * ipv4/ip.c: added SNMP counters.
2746 * api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h:
2748 * ipv4/lwip/ip.h ipv6/lwip/ip.h: Corrected UDP-Lite protocol
2879 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().
2896 * ip.c, netif.c Changed debug statements to use the tidier ip4_addrN() macros.