Searched refs:TH_RST (Results 1 – 15 of 15) sorted by relevance
/external/qemu/slirp-android/ |
D | tcp_input.c | 405 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()
|
D | tcp_output.c | 55 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))
|
D | tcp.h | 71 #define TH_RST 0x04 macro
|
D | tcp_subr.c | 167 if(flags & TH_RST) in tcp_respond()
|
/external/qemu/slirp/ |
D | tcp_input.c | 400 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()
|
D | tcp_output.c | 55 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))
|
D | tcp.h | 65 #define TH_RST 0x04 macro
|
D | tcp_subr.c | 165 if(flags & TH_RST) in tcp_respond()
|
/external/tcpdump/ |
D | tcp.h | 52 #define TH_RST 0x04 macro
|
D | print-tcp.c | 295 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()
|
D | print-cnfp.c | 171 if (flags & TH_RST) putchar('R'); in cnfp_print()
|
/external/iproute2/include/netinet/ |
D | tcp.h | 80 # define TH_RST 0x04 macro
|
/external/libppp/src/ |
D | slcompress.c | 184 if ((th->th_flags & (TH_SYN | TH_FIN | TH_RST | TH_ACK)) != TH_ACK) { in sl_compress_tcp()
|
D | ip.c | 376 finrst = (th->th_flags & (TH_FIN|TH_RST)); in FilterCheck()
|
D | ppp.8.m4 | 1801 and represent the TH_ACK, TH_SYN and TH_FIN or TH_RST TCP flags respectively.
|