Searched refs:RST (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dtcp_debug.c200 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);
/freebsd-9.3-release/sys/pci/
H A Dncrreg.h206 #define RST 0x02 /* sta: scsi bus reset detected */ macro
H A Dncr.c4797 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST);
5321 if (sist & RST) {
5335 !(sist & (GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5347 !(sist & (STO|GEN|HTH|SGE|UDC|RST|PAR)) &&
5359 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5376 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5441 !(sist & (STO|GEN|HTH|MA|SGE|RST|PAR)) &&
5454 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5488 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_defs.h432 #define RST 0x02 /* sta: scsi bus reset detected */ macro
H A Dsym_hipd.c3002 OUTW (nc_sien, RST);
3258 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
3888 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
3902 * On SCSI RESET (RST), we reset everything.
3909 if (sist & RST) {
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY366 Resolve locking problems on Solaris when sending RST/icmp packets
672 fix fastroute, generation of RST & ICMP packets and operation with to/fastroute
813 don't add TCP state if it is an RST packet and (attempt) to send out
814 RST/ICMP packets in a manner that bypasses IP Filter.
833 fix up RST generation for non-Solaris
1169 fix sending of RST's with return-rst to use the ack number provided in
1599 allow RST's through with a matching SEQ # and 0 ACK. Guido Van Rooij
2221 Added "return-rst" to return TCP RST's to TCP packets.

Completed in 135 milliseconds