OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portlist
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/mrouted/
snmp.h
33
extern int
portlist
[32], sdlen;
snmp.c
66
int index, sd,
portlist
[32];
local
111
if (dest_port ==
portlist
[index])
133
portlist
[sdlen] = dest_port;
/src/usr.bin/nc/
netcat.c
125
char *
portlist
[PORT_MAX+1];
variable
667
/* Construct the
portlist
[] array. */
670
/* Cycle through
portlist
, connecting to each port. */
671
for (s = -1, i = 0;
portlist
[i] != NULL; i++) {
685
s = socks_connect(host,
portlist
[i], hints,
689
s = remote_connect(host,
portlist
[i], hints);
709
ntohs(atoi(
portlist
[i])),
715
"succeeded!\n", host,
portlist
[i],
1418
* Build an array of ports in
portlist
[], listing each port
1442
* Initialize
portlist
with a random permutation. Based o
[
all
...]
/src/sys/dev/usb/
vhci.c
182
TAILQ_ENTRY(vhci_packet)
portlist
;
347
TAILQ_INSERT_TAIL(reqlist, req,
portlist
);
349
TAILQ_INSERT_TAIL(reslist, res,
portlist
);
351
TAILQ_INSERT_TAIL(datlist, dat,
portlist
);
369
TAILQ_REMOVE(pktlist, pkt,
portlist
);
841
TAILQ_FOREACH_SAFE(pkt, pktlist,
portlist
, nxt) {
852
TAILQ_FOREACH_SAFE(pkt, pktlist,
portlist
, nxt) {
1059
TAILQ_FOREACH_SAFE(pkt, pktlist,
portlist
, nxt) {
1133
TAILQ_FOREACH_SAFE(pkt, pktlist,
portlist
, nxt) {
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026