Home
last modified time | relevance | path

Searched refs:via (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java123 FromHeader from, ToHeader to, List via, in createRequest() argument
127 || cSeq == null || from == null || to == null || via == null in createRequest()
139 sipRequest.setVia(via); in createRequest()
180 List via, MaxForwardsHeader maxForwards, byte[] content, in createRequest() argument
183 || cSeq == null || from == null || to == null || via == null in createRequest()
197 sipRequest.setVia(via); in createRequest()
233 List via, MaxForwardsHeader maxForwards) throws ParseException { in createRequest() argument
235 || cSeq == null || from == null || to == null || via == null in createRequest()
248 sipRequest.setVia(via); in createRequest()
287 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
[all …]
DSIPRequest.java992 Via via = (Via) (((ViaList) nextHeader).getFirst().clone()); in createSIPRequest() local
993 via.removeParameter("branch"); in createSIPRequest()
994 nextHeader = via; in createSIPRequest()
1075 Via via = (Via) this.getViaHeaders().getFirst(); in getViaHost() local
1076 return via.getHost(); in getViaHost()
1086 Via via = (Via) this.getViaHeaders().getFirst(); in getViaPort() local
1087 if (via.hasPort()) in getViaPort()
1088 return via.getPort(); in getViaPort()
DSIPResponse.java626 private final void setBranch( Via via, String method ) { in setBranch() argument
639 via.setBranch( branch ); in setBranch()
682 public SIPRequest createRequest(SipUri requestURI, Via via, CSeq cseq, From from, To to) { in createRequest() argument
688 this.setBranch( via, method ); in createRequest()
689 newRequest.setHeader(via); in createRequest()
/external/openssl/android.testssl/
Dtestssl85 echo test sslv2 via BIO pair
88 echo test sslv2 with server authentication via BIO pair
92 echo test sslv2 with client authentication via BIO pair
95 echo test sslv2 with both client and server authentication via BIO pair
99 echo test sslv3 via BIO pair
102 echo test sslv3 with server authentication via BIO pair
105 echo test sslv3 with client authentication via BIO pair
108 echo test sslv3 with both client and server authentication via BIO pair
111 echo test sslv2/sslv3 via BIO pair
115 echo test sslv2/sslv3 w/o DHE via BIO pair
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageProcessor.java166 Via via = new Via(); in getViaHeader() local
168 via.setSentBy(sentByHostPort); in getViaHeader()
169 via.setTransport(this.getTransport()); in getViaHeader()
173 via.setHost(host); in getViaHeader()
174 via.setPort(this.getPort()); in getViaHeader()
175 via.setTransport(this.getTransport()); in getViaHeader()
177 return via; in getViaHeader()
DSIPServerTransaction.java429 Via via = transactionResponse.getTopmostVia(); in sendResponse() local
430 String transport = via.getTransport(); in sendResponse()
434 int port = via.getRPort(); in sendResponse()
436 port = via.getPort(); in sendResponse()
454 if (via.getMAddr() != null) { in sendResponse()
455 host = via.getMAddr(); in sendResponse()
466 host = via.getParameter(Via.RECEIVED); in sendResponse()
473 host = via.getHost(); in sendResponse()
DDefaultRouter.java295 ViaHeader via = (ViaHeader) request.getHeader(ViaHeader.NAME); in createHop() local
296 transport = via.getTransport(); in createHop()
/external/nist-sip/java/javax/sip/message/
DMessageFactory.java17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() argument
22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() argument
27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() argument
33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
/external/iproute2/ip/
Droutel22 via=""
28 broadcast|local|unreachable) via=$network
40 echo "$network $via $src $proto $scope $dev $table"
/external/iproute2/doc/
Dip-tunnels.tex50 to tunnel net 10.0.0.0 via router 193.233.7.65. It does not
53 to 10.0.0.0 via \verb|tunl0| in routing table.
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
123 via this tunnel,
124 rather than via Internet. Actual tunnel endpoint address \verb|A|
133 kinds and gateway is required to be directly reachable via this tunnel,
134 rather than via Internet. You still may use \verb|ip route add ... onlink|
211 NBMA tunnels are different. To route something via NBMA tunnel
216 ip route add 10.0.0.0/24 via <A> dev tunl0 onlink
219 kernel will refuse request to create route via gateway not directly
[all …]
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java293 Via via = lp.getViaHeader(); in getNewClientTransaction() local
294 request.setHeader(via); in getNewClientTransaction()
698 Via via = sipRequest.getTopmostVia(); in sendRequest() local
699 String branch = via.getBranch(); in sendRequest()
701 via.setBranch(sipRequest.getTransactionId()); in sendRequest()
744 Via via = sipResponse.getTopmostVia(); in sendResponse() local
745 if (via == null) in sendResponse()
751 String transport = via.getTransport(); in sendResponse()
756 String host = via.getReceived(); in sendResponse()
759 host = via.getHost(); in sendResponse()
[all …]
/external/blktrace/doc/
Dblktrace.tex43 output (via blkparse).
335 The \emph{blktrace} utility extracts event traces from the kernel (via
349 more filter masks via the \emph{-a} option.
355 \item As noted above, the events are passed up via a series of buffers
357 specified via the \emph{-b} and \emph{-n} arguments respectively.
365 The \emph{device} portion of the event file name can be changed via
371 …aviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \em…
375 a running trace -- via the \emph{-k} option.
377 \item You can specify a run-time duration for blktrace via the
402 option, multiple filters may be combined via multiple \emph{-a} command
[all …]
/external/iptables/extensions/
Dlibip6t_physdev.man7 Name of a bridge port via which a packet is received (only for
18 Name of a bridge port via which a packet is going to be sent (for packets
Dlibipt_physdev.man7 Name of a bridge port via which a packet is received (only for
18 Name of a bridge port via which a packet is going to be sent (for packets
/external/nist-sip/java/gov/nist/javax/sip/header/
DHeaderFactoryImpl.java1076 Via via = new Via(); in createViaHeader() local
1078 via.setBranch(branch); in createViaHeader()
1094 via.setHost(host); in createViaHeader()
1095 via.setPort(port); in createViaHeader()
1096 via.setTransport(transport); in createViaHeader()
1098 return via; in createViaHeader()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DViaParser.java43 public ViaParser(String via) { in ViaParser() argument
44 super(via); in ViaParser()
/external/grub/netboot/
DMakefile.am21 tiara.c tlan.c tulip.c via-rhine.c w89c840.c
176 $(via_rhine_drivers): via-rhine.c
177 $(via_rhine_drivers): %.o: via-rhine.c
DMakefile.in198 tiara.c tlan.c tulip.c via-rhine.c w89c840.c
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-via-rhine.Po@am__quote@
771 libdrivers_a-via-rhine.o: via-rhine.c
772 …ers_a-via-rhine.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-via-rhine.Tpo" -c -o libdrivers_a-via-rhine.…
776 …drivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-via-rhine.o `test -f 'via-rhine.c' || echo '$(srcdi…
778 libdrivers_a-via-rhine.obj: via-rhine.c
779 …LAGS) $(CFLAGS) -MT libdrivers_a-via-rhine.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-via-rhine.Tpo" …
783 …_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-via-rhine.obj `if test …
1080 $(via_rhine_drivers): via-rhine.c
1081 $(via_rhine_drivers): %.o: via-rhine.c
/external/netcat/data/
Dpmap-dump.d1 # portmap dump request: like "rpcinfo -p" but via UDP instead
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dmkskel.sh4 /* File created from flex.skl via mkskel.sh */
/external/webkit/LayoutTests/http/tests/appcache/
Dxhr-foreign-resource-expected.txt1 Test that a resource marked as foreign can still be loaded via XHR.
/external/webkit/WebKit/mac/Misc/
DWebNSFileManagerExtras.m247 …// We don't report errors via the NSError* output parameter, so ensure that the caller does not ex…
255 …// We don't report errors via the NSError* output parameter, so ensure that the caller does not ex…
263 …// We don't report errors via the NSError* output parameter, so ensure that the caller does not ex…
271 …// We don't report errors via the NSError* output parameter, so ensure that the caller does not ex…
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
DREADME1 Note: This directory is *not* automatically synchronized with Subversion via a post-commit hook.
/external/bluetooth/glib/docs/reference/gobject/
Dgobject.cI5 * function in the generated source via an #include.
/external/speex/
DAUTHORS4 David Rowe <david@voicetronix.com.au> via VoiceTronix

12345678910>>...13