OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:negotiate
(Results
76 - 100
of
159
) sorted by null
1
2
3
4
5
6
7
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py
81
NAOL = chr(8) #
negotiate
about output line width
82
NAOP = chr(9) #
negotiate
about output page size
83
NAOCRD = chr(10) #
negotiate
about CR disposition
84
NAOHTS = chr(11) #
negotiate
about horizontal tabstops
85
NAOHTD = chr(12) #
negotiate
about horizontal tab disposition
86
NAOFFD = chr(13) #
negotiate
about formfeed disposition
87
NAOVTS = chr(14) #
negotiate
about vertical tab stops
88
NAOVTD = chr(15) #
negotiate
about vertical tab disposition
89
NAOLFD = chr(16) #
negotiate
about output LF disposition
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
SpnegoAuthenticator.java
88
res.setHeader(HttpHeaders.WWW_AUTHENTICATE, HttpHeaders.
NEGOTIATE
);
97
else if (header != null && header.startsWith(HttpHeaders.
NEGOTIATE
))
/external/kernel-headers/original/uapi/linux/
ppdev.h
64
/*
Negotiate
a particular IEEE 1284 mode. */
/external/okhttp/android/main/java/com/squareup/okhttp/
HttpsHandler.java
58
/** Try up to 4 times to
negotiate
a connection with each server. */
/external/ppp/pppd/
ipcp.h
69
bool neg_addr; /*
Negotiate
IP Address? */
ipv6cp.h
151
int neg_ifaceid; /*
Negotiate
interface identifier? */
ccp.c
594
/* Last check: can we actually
negotiate
something? */
1140
/* Both are set,
negotiate
the strongest. */
[
all
...]
/frameworks/av/media/libnbaio/
MonoPipeReader.cpp
39
return
NEGOTIATE
;
MonoPipe.cpp
109
return
NEGOTIATE
;
120
return
NEGOTIATE
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ppdev.h
64
/*
Negotiate
a particular IEEE 1284 mode. */
smbno.h
208
#define SMBnegprot 0x72 /*
negotiate
protocol */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppdev.h
64
/*
Negotiate
a particular IEEE 1284 mode. */
/external/jetty/src/java/org/eclipse/jetty/http/
HttpHeaders.java
43
NEGOTIATE
= "
Negotiate
";
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
RealWebSocket.java
43
/** Lock required to
negotiate
closing the connection. */
/external/ppp/pppd/include/net/
ppp_defs.h
54
* Note - lcp shouldn't be allowed to
negotiate
stuff outside these
/external/tcpdump/
smb.h
35
#define SMBnegprot 0x72 /*
negotiate
protocol */
/frameworks/av/include/media/nbaio/
MonoPipe.h
49
//virtual ssize_t
negotiate
(const NBAIO_Format offers[], size_t numOffers,
/system/bt/stack/include/
mca_api.h
145
UINT8 cfg; /* The configuration to
negotiate
*/
153
UINT8 cfg; /* The configuration to
negotiate
*/
gap_api.h
59
/* GAP_ConnOpen() - optional channels to
negotiate
*/
/external/openssh/
OVERVIEW
145
negotiate
encryption, then perform authentication, preparatory
/system/bt/stack/rfcomm/
rfc_port_if.c
159
/*
Negotiate
the flow control mechanism. If flow control mechanism for */
port_rfc.c
328
/*
Negotiate
the flow control mechanism. If flow control mechanism for */
394
/* Flow control mechanism not set yet.
Negotiate
flow control mechanism. */
[
all
...]
/external/apache-http/android/src/android/net/http/
HttpsConnection.java
164
// to the proxy; if the proxy returns 200 OK, we
negotiate
/external/harfbuzz_ng/src/
hb-blob.cc
89
* to
negotiate
ownership and lifecycle of @data.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java
50
* <li>Server Name Indication (SNI) enables one IP address to
negotiate
secure
Completed in 416 milliseconds
1
2
3
4
5
6
7