Searched refs:portlist (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/netcat/
H A Dnetcat.c115 char *portlist[PORT_MAX+1]; variable
515 /* Construct the portlist[] array. */
518 /* Cycle through portlist, connecting to each port. */
519 for (i = 0; portlist[i] != NULL; i++) {
524 s = socks_connect(host, portlist[i], hints,
528 s = remote_connect(host, portlist[i], hints);
548 ntohs(atoi(portlist[i])),
554 "succeeded!\n", host, portlist[i],
1150 * Build an array of ports in portlist[], listing each port
1181 portlist[
[all...]
/freebsd-13-stable/usr.sbin/ctladm/
H A Dctladm.c186 {"portlist", CTLADM_CMD_PORTLIST, CTLADM_ARG_NONE, "f:ilp:qvx"},
3500 struct cctl_portlist_data *portlist; local
3503 portlist = (struct cctl_portlist_data *)user_data;
3504 cur_port = portlist->cur_port;
3505 portlist->level++;
3506 if ((u_int)portlist->level >= (sizeof(portlist->cur_sb) /
3507 sizeof(portlist->cur_sb[0])))
3509 sizeof(portlist->cur_sb) / sizeof(portlist
3546 struct cctl_portlist_data *portlist; local
3636 struct cctl_portlist_data *portlist; local
3647 struct cctl_portlist_data portlist; local
[all...]
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c116 char *portlist[PORT_MAX+1]; variable
456 /* Construct the portlist[] array. */
459 /* Cycle through portlist, connecting to each port. */
460 for (i = 0; portlist[i] != NULL; i++) {
465 s = socks_connect(host, portlist[i], hints,
469 s = remote_connect(host, portlist[i], hints);
489 ntohs(atoi(portlist[i])),
495 "succeeded!\n", host, portlist[i],
1088 * Build an array of ports in portlist[], listing each port
1119 portlist[
[all...]

Completed in 80 milliseconds