OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_socket
(Results
1 - 4
of
4
) sorted by null
/external/mtpd/
mtpd.h
21
extern int
the_socket
;
mtpd.c
39
int
the_socket
= -1;
variable
184
pollfds[0].fd =
the_socket
;
282
the_socket
= s;
290
if (
the_socket
== -1) {
295
fcntl(
the_socket
, F_SETFD, FD_CLOEXEC);
296
log_print(INFO, "Connection established (socket = %d)",
the_socket
);
pptp.c
147
send(
the_socket
, outgoing.buffer, outgoing.length, 0);
166
length = recv(
the_socket
, buffer, length, 0);
171
length = recv(
the_socket
, &incoming.buffer[incoming.length], length, 0);
244
.tcp_socket =
the_socket
,
l2tp.c
170
send(
the_socket
, outgoing.buffer, outgoing.length, 0);
180
send(
the_socket
, buffer, ACK_SIZE, 0);
187
incoming.length = recv(
the_socket
, incoming.buffer, MAX_PACKET_LENGTH, 0);
361
.udp_socket =
the_socket
,
547
send(
the_socket
, outgoing.buffer, outgoing.length, 0);
Completed in 511 milliseconds