Home
last modified time | relevance | path

Searched refs:LAST_ACK (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h137 LAST_ACK = 9, enumerator
/external/syslinux/core/lwip/src/core/
Dtcp.c213 pcb->state = LAST_ACK; in tcp_close_shutdown()
899 if (pcb->state == LAST_ACK) { in tcp_slowtmr()
Dtcp_in.c776 case LAST_ACK: in tcp_process()
/external/scapy/scapy/layers/
Dinet.py1539 def LAST_ACK(self): member in TCP_client
1601 raise self.LAST_ACK().action_parameters(pkt)
1609 @ATMT.receive_condition(LAST_ACK)
/external/libnl/lib/netfilter/
Dct_obj.c467 __ADD(TCP_CONNTRACK_LAST_ACK,LAST_ACK)
/external/syslinux/core/lwip/
DCHANGELOG1839 state from LAST_ACK in tcp_process
2493 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch