/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_tcp.h | 50 u_int32_t last_ack; /* Last sequence number seen in opposite dir */ member in struct:ip_ct_tcp
|
/system/core/toolbox/ |
netstat.c | 67 case 0x9: return "LAST_ACK";
|
/external/qemu/slirp/ |
tcp_input.c | 967 * CLOSING, LAST_ACK, TIME_WAIT STATES [all...] |
tcp_output.c | 51 "LAST_ACK", "FIN_WAIT_2", "TIME_WAIT",
|
tcp_subr.c | 321 * If already got a FIN from peer, then almost done; go to LAST_ACK [all...] |
/external/qemu/slirp-android/ |
tcp_input.c | 973 * CLOSING, LAST_ACK, TIME_WAIT STATES [all...] |
tcp_output.c | 51 "LAST_ACK", "FIN_WAIT_2", "TIME_WAIT",
|
tcp_subr.c | 323 * If already got a FIN from peer, then almost done; go to LAST_ACK
|