Lines Matching refs:raw
74 * add raw API http(s) client (with proxy support)
838 * icmp.c, ip4.c, tcp_in.c, udp.c, raw.c: fixed bug #45120: Broadcast & multiple
1059 * raw.c: fixed bug #41680 raw socket can not receive IPv6 packet when
1163 * raw.c: fixed bug #38066 Raw pcbs can alter packet without eating it
1517 IP_MULTICAST_LOOP at socket- and raw-API level.
1750 raw pcbs with LWIP_TCPIP_CORE_LOCKING==1.
1844 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)
2085 if tcp_enqueue fails) both in raw- and netconn-API
2118 * raw.c: Fixed bug #28506 (raw_bind should filter received packets)
2478 * raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the
2757 sockets.c, init.c: task #7252: Implement TCP listen backlog: Warning: raw API
2780 * udp.c, raw.c: task #7497: Sort lists (pcb, netif, ...) for faster access
2834 core header files in api.h (ip/tcp/udp/raw.h) to hide the internal
2848 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api
2885 netconn and raw API users), only if LWIP_IGMP=1. Add getsockopt processing for
2953 with other API (application based on raw API, or future "socket2" API). Ports
2971 inside tcpip_init, but can also be used by raw api users since all calls are
3067 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
3366 Fixed the nagle algorithm; nagle now also works for all raw API applications
3507 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c,
3614 * api_lib.c, api_msg.c, raw.c, api.h, api_msg.h, raw.h: Included patch #5938:
3866 tcpip_thread() to tcpip_init(). This way, raw API connections can be
4083 of raw_recv() in raw.h and so avoid compiler error.