Lines Matching refs:flag
250 * tcp_in.c: fixed bug #33952 PUSH flag in incoming packet is lost when packet
687 * init.c, timers.c/.h, opt.h, memp_std.h: From patch #7221: added flag
813 disabled on netif used for PPPoE) by adding a new netif flag
1007 * tcp_in.c: Fixed bug #28054: Two segments with FIN flag on the out-of-
1382 * tcp_out.c: set TCP_ACK flag on keepalive and zero window probes
1481 (flag now cleared)
1658 Integrate "patch #6250 : MSG_MORE flag for send". MSG_MORE is used at socket api
1660 layer. This option enable to delayed TCP PUSH flag on multiple "write" calls.
1713 and others without it, there is a new NETIF_FLAG_IGMP flag to set in netif->flags
1854 for port maintainers to add the NETIF_FLAG_LINK_UP flag (like in ethernetif.c)
1858 * sockets.h, sockets.c: Implement MSG_PEEK flag for recv/recvfrom functions.
2012 * netif.h, netif.c: A new NETIF_FLAG_ETHARP flag is defined in netif.h, to allow to
2013 initialize a network interface's flag with. It tell this interface is an ethernet
2245 pointing to ethhdr) if the netif got the NETIF_FLAG_ETHARP flag. Else, packets
2513 * ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output
3201 transmissions. Nagle algorithm implemented. Push flag set on the
3326 - TCP RST flag now handled correctly.