OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portlist
(Results
1 - 2
of
2
) sorted by null
/external/netcat/
netcat.c
100
char *
portlist
[PORT_MAX+1];
variable
442
/* Construct the
portlist
[] array. */
445
/* Cycle through
portlist
, connecting to each port. */
446
for (i = 0;
portlist
[i] != NULL; i++) {
452
s = socks_connect(host,
portlist
[i], hints,
457
s = remote_connect(host,
portlist
[i], hints);
477
ntohs(atoi(
portlist
[i])),
483
"succeeded!\n", host,
portlist
[i],
853
* Build an array or ports in
portlist
[], listing each port
895
portlist
[x] = calloc(1, PORT_MAX_LEN)
[
all
...]
/libcore/ojluni/src/main/java/java/net/
HttpCookie.java
104
private String
portlist
; // Port[="
portlist
"] ... the port cookie may be returned to
field in class:HttpCookie
200
portlist
= null;
398
* Specify the
portlist
of the cookie, which restricts the port(s)
407
portlist
= ports;
422
return
portlist
;
[
all
...]
Completed in 310 milliseconds