Searched refs:linger (Results 1 - 15 of 15) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpClientConnection.java68 int linger = HttpConnectionParams.getLinger(params);
69 if (linger >= 0) {
70 socket.setSoLinger(linger > 0, linger);
H A DDefaultHttpServerConnection.java66 int linger = HttpConnectionParams.getLinger(params);
67 if (linger >= 0) {
68 socket.setSoLinger(linger > 0, linger);
/external/apache-http/src/org/apache/http/params/
H A DHttpConnectionParamBean.java52 public void setLinger (int linger) { argument
53 HttpConnectionParams.setLinger(params, linger);
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnectionOperator.java262 int linger = HttpConnectionParams.getLinger(params);
263 if (linger >= 0) {
264 sock.setSoLinger(linger > 0, linger);
/external/dropbear/
H A Ddbutil.c192 struct linger linger; local
253 linger.l_onoff = 1;
254 linger.l_linger = 5;
255 setsockopt(sock, SOL_SOCKET, SO_LINGER, (void*)&linger, sizeof(linger));
/external/bluetooth/bluez/test/
H A Drctest.c85 static int linger = 0; variable
186 if (linger) {
187 struct linger l = { .l_onoff = 1, .l_linger = linger };
370 if (linger) {
371 struct linger l = { .l_onoff = 1, .l_linger = linger };
681 linger = atoi(optarg);
H A Dl2test.c110 static int linger = 0; variable
258 if (linger) {
259 struct linger l = { .l_onoff = 1, .l_linger = linger };
522 if (linger) {
523 struct linger l = { .l_onoff = 1, .l_linger = linger };
1197 linger = atoi(optarg);
/external/bluetooth/bluez/tools/
H A Drfcomm.c61 static int linger = 0; variable
363 if (linger) {
364 struct linger l = { .l_onoff = 1, .l_linger = linger };
367 perror("Can't set linger option");
539 if (linger) {
540 struct linger l = { .l_onoff = 1, .l_linger = linger };
543 perror("Can't set linger option");
742 { "linger",
[all...]
/external/strace/
H A Dnet.c1981 if (len == sizeof (struct linger)) {
1982 struct linger linger; local
1985 &linger) < 0)
1987 tprintf("{onoff=%d, linger=%d}, "
1989 linger.l_onoff,
1990 linger.l_linger,
2092 if (len == sizeof (struct linger)) {
2093 struct linger linger; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h371 #define SO_LINGER 0x0080 /* linger on close if data present */
493 * Structure used for manipulating linger option.
495 struct linger { struct
497 u_short l_linger; /* linger time */
769 typedef struct linger LINGER;
770 typedef struct linger *PLINGER;
771 typedef struct linger FAR *LPLINGER;
/external/kernel-headers/original/linux/
H A Dsocket.h44 struct linger { struct
46 int l_linger; /* How long to linger for */
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex320 \item \verb|linger| is time in seconds. After the last user releases flow
324 unprivileged user to set linger longer than 60 sec.
398 \item \verb|Linger| is \verb|linger| of this label in seconds.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bluetooth/bluez/lib/
H A Dsdp.c4569 struct linger l = { .l_onoff = 1, .l_linger = 1 };

Completed in 675 milliseconds