Lines Matching refs:raw
328 IP_MULTICAST_LOOP at socket- and raw-API level.
561 raw pcbs with LWIP_TCPIP_CORE_LOCKING==1.
655 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)
896 if tcp_enqueue fails) both in raw- and netconn-API
929 * raw.c: Fixed bug #28506 (raw_bind should filter received packets)
1289 * raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the
1568 sockets.c, init.c: task #7252: Implement TCP listen backlog: Warning: raw API
1591 * udp.c, raw.c: task #7497: Sort lists (pcb, netif, ...) for faster access
1645 core header files in api.h (ip/tcp/udp/raw.h) to hide the internal
1659 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api
1696 netconn and raw API users), only if LWIP_IGMP=1. Add getsockopt processing for
1764 with other API (application based on raw API, or future "socket2" API). Ports
1782 inside tcpip_init, but can also be used by raw api users since all calls are
1878 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
2177 Fixed the nagle algorithm; nagle now also works for all raw API applications
2318 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c,
2425 * api_lib.c, api_msg.c, raw.c, api.h, api_msg.h, raw.h: Included patch #5938:
2677 tcpip_thread() to tcpip_init(). This way, raw API connections can be
2894 of raw_recv() in raw.h and so avoid compiler error.