Home
last modified time | relevance | path

Searched refs:TH_RST (Results 1 – 15 of 15) sorted by relevance

/external/qemu/slirp-android/
Dtcp_input.c405 if ((tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) != TH_SYN) in tcp_input()
494 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK && in tcp_input()
631 if (tiflags & TH_RST) in tcp_input()
684 TH_RST|TH_ACK); in tcp_input()
761 if (tiflags & TH_RST) { in tcp_input()
976 if (tiflags&TH_RST) switch (tp->t_state) { in tcp_input()
1471 if (tiflags & TH_RST) in tcp_input()
1481 tcp_respond(tp, ti, m, (tcp_seq)0, ti->ti_ack, TH_RST); in tcp_input()
1485 TH_RST|TH_ACK); in tcp_input()
Dtcp_output.c55 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
217 if (flags & (TH_SYN|TH_RST))
381 else if (flags & (TH_SYN|TH_FIN|TH_RST))
Dtcp.h71 #define TH_RST 0x04 macro
Dtcp_subr.c167 if(flags & TH_RST) in tcp_respond()
/external/qemu/slirp/
Dtcp_input.c400 if ((tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) != TH_SYN) in tcp_input()
489 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK && in tcp_input()
626 if (tiflags & TH_RST) in tcp_input()
678 TH_RST|TH_ACK); in tcp_input()
755 if (tiflags & TH_RST) { in tcp_input()
970 if (tiflags&TH_RST) switch (tp->t_state) { in tcp_input()
1465 if (tiflags & TH_RST) in tcp_input()
1475 tcp_respond(tp, ti, m, (tcp_seq)0, ti->ti_ack, TH_RST); in tcp_input()
1479 TH_RST|TH_ACK); in tcp_input()
Dtcp_output.c55 TH_RST|TH_ACK, 0, TH_SYN, TH_SYN|TH_ACK,
217 if (flags & (TH_SYN|TH_RST))
381 else if (flags & (TH_SYN|TH_FIN|TH_RST))
Dtcp.h65 #define TH_RST 0x04 macro
Dtcp_subr.c165 if(flags & TH_RST) in tcp_respond()
/external/tcpdump/
Dtcp.h52 #define TH_RST 0x04 macro
Dprint-tcp.c295 if ((flags = tp->th_flags) & (TH_SYN|TH_FIN|TH_RST|TH_PUSH| in tcp_print()
301 if (flags & TH_RST) in tcp_print()
453 if (vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) in tcp_print()
653 if (flags & TH_RST) { in tcp_print()
Dprint-cnfp.c171 if (flags & TH_RST) putchar('R'); in cnfp_print()
/external/iproute2/include/netinet/
Dtcp.h80 # define TH_RST 0x04 macro
/external/libppp/src/
Dslcompress.c184 if ((th->th_flags & (TH_SYN | TH_FIN | TH_RST | TH_ACK)) != TH_ACK) { in sl_compress_tcp()
Dip.c376 finrst = (th->th_flags & (TH_FIN|TH_RST)); in FilterCheck()
Dppp.8.m41801 and represent the TH_ACK, TH_SYN and TH_FIN or TH_RST TCP flags respectively.