/freebsd/share/dtrace/ |
H A D | tcpdebug | 66 printf("%s", flags & TH_ECE ? "ECE," :""); 100 printf("%s", flags & TH_ECE ? "ECE," :""); 139 printf("%s", flags & TH_ECE ? "ECE," :"");
|
/freebsd/share/man/man4/ |
H A D | cc_dctcp.4 | 47 mirrors back incoming (or missing) CE marks by setting (or clearing) ECE marks. 55 ECN is used as receiver, DCTCP sets the CWR flag as the reaction to the ECE
|
/freebsd/contrib/ntp/html/ |
H A D | access.html | 36 <p>An example may clarify how it works. Our campus has two class-B networks, 128.4 for the ECE and … 40 restrict 128.4.0.0 mask 255.255.0.0 none # allow ECE and CIS access
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_mont.c | 12 * http://security.ece.orst.edu/publications.html, e.g. 13 * http://security.ece.orst.edu/koc/papers/j37acmon.pdf and 14 * sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_tcp_ip.h | 122 ece:1, member
|
/freebsd/contrib/netbsd-tests/ipf/input/ |
H A D | ni16 | 144 4500 0038 5e19 0000 802f 9ece 0a02 0202 225 4500 0032 5e1f 0000 802f 9ece 0a02 0202
|
/freebsd/sys/netinet/cc/ |
H A D | cc_dctcp.c | 77 int ece_curr; /* ECE flag in this segment */ 78 int ece_prev; /* ECE flag in the last segment */
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 488 bool VisitExplicitCastExpr(const ExplicitCastExpr *ECE) { in VisitExplicitCastExpr() argument 489 return Visit(ECE->getSubExpr()); in VisitExplicitCastExpr()
|
/freebsd/sys/dev/aac/ |
H A D | aac_debug.c | 305 "%d\n", aif->data.EN.data.ECE.container, in aac_print_aif() 306 aif->data.EN.data.ECE.eventType); in aac_print_aif()
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_debug.c | 217 "%d\n", aif->data.EN.data.ECE.container, in aacraid_print_aif() 218 aif->data.EN.data.ECE.eventType); in aacraid_print_aif()
|
/freebsd/contrib/tcpdump/ |
H A D | tcpdump.1.in | 1306 F (FIN), P (PSH), R (RST), U (URG), W (CWR), E (ECE) or 1398 .I CWR | ECE | URG | ACK | PSH | RST | SYN | FIN 1585 tcp-push, tcp-ack, tcp-urg, tcp-ece and tcp-cwr. 1989 .B tcp-ece
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsend.5 | 254 "E" (ECE), "W" (CWR), "e" (AE).
|
/freebsd/contrib/libpcap/ |
H A D | pcap-filter.manmisc.in | 1032 \fBtcp-ack\fP, \fBtcp-urg\fP, \fBtcp-ece\fP, 1170 .B tcp-ece
|
H A D | scanner.l | 498 tcp-ece { yylval->h = 0x40; return NUM; }
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | tcbshowt5.c | 115 PR(" cctrl: sel %s, ecn %u, ece %u, cwr %u, rfr %u\n", in t5_display_tcb_aux_0()
|
H A D | tcbshowt4.c | 115 PR(" cctrl: sel %s, ecn %u, ece %u, cwr %u, rfr %u\n", in t4_display_tcb_aux_0()
|
H A D | tcbshowt6.c | 115 PR(" cctrl: sel %s, ecn %u, ece %u, cwr %u, rfr %u\n", in t6_display_tcb_aux_0()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | tcp.d | 333 flags & TH_ECE ? "ECE" :
|
/freebsd/sys/netinet/ |
H A D | tcp_lro_hpts.c | 131 /* For ACKCMP we only accept ACK, PUSH, ECE and CWR. */ in tcp_lro_ack_valid()
|
H A D | tcp.h | 75 #define PRINT_TH_FLAGS "\20\1FIN\2SYN\3RST\4PUSH\5ACK\6URG\7ECE\10CWR\11AE"
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 2264 } else if (const auto *ECE = dyn_cast<ExplicitCastExpr>(Operation)) { in handleUnsafeOperation() local 2265 QualType destType = ECE->getType(); in handleUnsafeOperation() 2272 QualType srcType = ECE->getSubExpr()->getType(); in handleUnsafeOperation()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 190 if (const auto *ECE = dyn_cast<ExplicitCastExpr>(E)) in VisitCastExpr() local 191 CGF.CGM.EmitExplicitCastExprType(ECE, &CGF); in VisitCastExpr()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 673 * CE marker on incoming IP hdr, echoing ECE back in the TCP in update_tcb_histent() 681 * ECE seen and CWR sent (or about to be sent). Might indicate in update_tcb_histent()
|
/freebsd/usr.sbin/ppp/ |
H A D | ip.c | 564 "FIN", "SYN", "RST", "PSH", "ACK", "URG", "ECE", "CWR", "AE" in PacketCheck()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2171 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) { in RewriteObjCQualifiedInterfaceTypes() local 2172 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 2173 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 2298 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteTypeOfDecl() local 2299 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl() 5136 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) in RewriteByRefVar() local 5137 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
|