Home
last modified time | relevance | path

Searched refs:verb (Results 1 – 25 of 56) sorted by relevance

123

/external/iproute2/doc/
Dip-cref.tex12 \verb|kuznet@ms2.inr.ac.ru| \\
24 This document presents a comprehensive description of the \verb|ip| utility
25 from the \verb|iproute2| package. It is not a tutorial or user's guide.
33 This document is split into sections explaining \verb|ip| commands
34 and options, decrypting \verb|ip| output and containing a few examples.
43 The generic form of an \verb|ip| command is:
47 where \verb|OPTIONS| is a set of optional modifiers affecting the
48 general behaviour of the \verb|ip| utility or changing its output. All options
49 begin with the character \verb|'-'| and may be used in either long or abbreviated
53 \item \verb|-V|, \verb|-Version|
[all …]
Dip-tunnels.tex12 \verb|kuznet@ms2.inr.ac.ru| \\
36 will create tunnel device with name \verb|MY-TUNNEL|. Now you may configure
41 Certainly, if you prefer name \verb|tunl1| to \verb|MY-TUNNEL|,
51 work in 2.2.0! Moreover, \verb|route| prints a funny error sort of
53 to 10.0.0.0 via \verb|tunl0| in routing table.
62 Note keyword \verb|onlink|, it is the magic key that orders kernel
74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is
78 Q: In 2.0.36 I used to load \verb|tunnel| device module and \verb|ipip| module.
79 I cannot find any \verb|tunnel| in 2.2!
81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
[all …]
Dapi-ip6-flowlabels.tex12 \verb|kuznet@ms2.inr.ac.ru| \\
93 \verb|sin6_flowinfo| field added to \verb|struct| \verb|sockaddr_in6|
102 hole in \verb|sockaddr_in6| in any case. Now it has no justification.
106 if \verb|recvmsg()| initializes \verb|sin6_flowinfo| to flow info
112 RFC2553 adds new requirement: to clear \verb|sin6_flowinfo|.
119 initialize \verb|sin6_flowinfo| at all, so that, if kernel does not
135 By default Linux IPv6 does not read \verb|sin6_flowinfo| field
140 \verb|IPV6_FLOWINFO_SEND|.
148 Linux kernel never fills \verb|sin6_flowinfo| field, when passing
151 will set option \verb|IPV6_FLOWINFO| and after this he will receive
[all …]
Darpd.sgml19 <tscreen><verb>
21 </verb></tscreen>
97 <tscreen><verb>
99 </verb></tscreen>
103 <tscreen><verb>
106 </verb></tscreen>
110 <tscreen><verb>
112 </verb></tscreen>
119 <tscreen><verb>
121 </verb></tscreen>
Dss.sgml132 <tscreen><verb>
134 </verb></tscreen>
161 <tscreen><verb>
167 </verb></tscreen>
179 <tscreen><verb>
184 </verb></tscreen>
188 <tscreen><verb>
190 </verb></tscreen>
200 <tscreen><verb>
202 </verb></tscreen>
[all …]
Drtstat.sgml33 <tscreen><verb>
35 </verb></tscreen>
Dnstat.sgml19 <tscreen><verb>
21 </verb></tscreen>
/external/skia/src/xml/
DSkBML_XMLParser.cpp94 static void rattr(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in rattr() argument
96 int data = verb & 31; in rattr()
97 verb >>= 5; in rattr()
101 switch (verb) { in rattr()
129 static void relem(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in relem() argument
131 int data = verb & 31; in relem()
132 verb >>= 5; in relem()
136 if (verb == kStartElem_Value_Verb) in relem()
143 SkASSERT(verb == kStartElem_Index_Verb); in relem()
151 verb = rbyte(s); in relem()
[all …]
/external/skia/src/core/
DSkEdgeBuilder.cpp45 SkPath::Verb verb; in addClipper() local
47 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) { in addClipper()
48 switch (verb) { in addClipper()
81 SkPath::Verb verb; in build() local
88 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in build()
89 switch (verb) { in build()
119 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in build()
120 switch (verb) { in build()
DSkPath.cpp740 Verb verb; in addPath() local
744 while ((verb = iter.next(pts)) != kDone_Verb) { in addPath()
745 switch (verb) { in addPath()
904 SkPath::Verb verb; in transform() local
906 while ((verb = iter.next(pts)) != kDone_Verb) { in transform()
907 switch (verb) { in transform()
1071 unsigned verb = *fVerbs++; in next() local
1074 switch (verb) { in next()
1078 verb = this->autoClose(pts); in next()
1079 if (verb == kClose_Verb) { in next()
[all …]
DSkScan_Path.cpp315 SkPath::Verb verb; in build_edges() local
325 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in build_edges()
326 switch (verb) { in build_edges()
388 SkPath::Verb verb; in worst_case_edge_count() local
390 while ((verb = iter.next(NULL)) != SkPath::kDone_Verb) in worst_case_edge_count()
392 switch (verb) { in worst_case_edge_count()
DSkRegion_path.cpp233 SkPath::Verb verb; in count_path_runtype_values() local
239 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in count_path_runtype_values()
240 maxEdges += gPathVerbToMaxEdges[verb]; in count_path_runtype_values()
242 int lastIndex = gPathVerbToInitialLastIndex[verb]; in count_path_runtype_values()
251 } else if (SkPath::kMove_Verb == verb) { in count_path_runtype_values()
DSkStroke.cpp592 SkPath::Verb verb, lastSegment = SkPath::kMove_Verb; in strokePath() local
594 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in strokePath()
595 switch (verb) { in strokePath()
603 lastSegment = verb; in strokePath()
608 lastSegment = verb; in strokePath()
613 lastSegment = verb; in strokePath()
DSkScan_Hairline.cpp277 SkPath::Verb verb; in hair_path() local
279 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) in hair_path()
281 switch (verb) { in hair_path()
DSkEdgeClipper.cpp465 SkPath::Verb verb = *fCurrVerb; in next() local
467 switch (verb) { in next()
489 return verb; in next()
/external/dnsmasq/contrib/port-forward/
Ddnsmasq-portforward46 verb=removed
58 verb=added
61 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
/external/bzip2/
Dblocksort.c216 Int32 verb ) in fallbackSort() argument
229 if (verb >= 4) in fallbackSort()
263 if (verb >= 4) in fallbackSort()
308 if (verb >= 4) in fallbackSort()
320 if (verb >= 4) in fallbackSort()
756 Int32 verb, in mainSort() argument
767 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" ); in mainSort()
800 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" ); in mainSort()
893 if (verb >= 4) in mainSort()
1008 if (verb >= 4) in mainSort()
[all …]
/external/skia/src/effects/
DSkCornerPathEffect.cpp53 SkPath::Verb verb, prevVerb = (SkPath::Verb)-1; in filterPath() local
67 switch (verb = iter.next(pts)) { in filterPath()
136 prevVerb = verb; in filterPath()
DSk1DPathEffect.cpp123 SkPath::Verb verb; in morphpath() local
125 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb) in morphpath()
127 switch (verb) { in morphpath()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp231 SkPath::Verb verb; in debugString() local
234 verb = iter.next(pts); in debugString()
235 switch (verb) { in debugString()
265 } while (verb != SkPath::kDone_Verb); in debugString()
DGraphicsContextSkia.cpp147 for (SkPath::Verb verb = iter.next(current_points); in isPathSkiaSafe() local
148 verb != SkPath::kDone_Verb; in isPathSkiaSafe()
149 verb = iter.next(current_points)) { in isPathSkiaSafe()
150 switch (verb) { in isPathSkiaSafe()
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp282 SkPath::Verb verb; in debugString() local
285 verb = iter.next(pts); in debugString()
286 switch (verb) { in debugString()
316 } while (verb != SkPath::kDone_Verb); in debugString()
/external/skia/src/utils/
DSkDumpCanvas.cpp170 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, in dump() argument
181 fDumper->dump(this, verb, buffer, paint); in dump()
427 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, in dump() argument
446 if (SkDumpCanvas::kDrawText_Verb == verb) { in dump()
/external/icu4c/layout/
DIndicRearrangementProcessor.h34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
/external/skia/src/gl/
DSkGL.cpp425 SkPath::Verb verb; in worst_case_edge_count() local
427 while ((verb = iter.next(NULL)) != SkPath::kDone_Verb) { in worst_case_edge_count()
428 switch (verb) { in worst_case_edge_count()

123