OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listen_port
(Results
1 - 5
of
5
) sorted by null
/external/libmicrohttpd/src/examples/
mhd2spdy.c
116
glob_opt.
listen_port
,
278
glob_opt.
listen_port
= atoi(optarg);
313
0 == glob_opt.
listen_port
mhd2spdy_structures.h
159
uint16_t
listen_port
;
member in struct:global_options
/system/bt/hci/src/
hci_inject.c
50
static const port_t
LISTEN_PORT
= 8873;
88
if (!socket_listen(listen_socket,
LISTEN_PORT
))
/external/netperf/src/
netserver.c
181
char
listen_port
[10];
variable
1337
strncpy(
listen_port
,optarg,sizeof(
listen_port
));
[
all
...]
/external/libmicrohttpd/src/spdy2http/
proxy.c
63
uint16_t
listen_port
;
member in struct:global_options
1015
daemon = SPDY_start_daemon(glob_opt.
listen_port
,
1033
snprintf (service, sizeof(service), "%u", glob_opt.
listen_port
);
[
all
...]
Completed in 106 milliseconds