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

/freebsd-10.3-release/contrib/netcat/
H A Dnetcat.c109 char *portlist[PORT_MAX+1]; variable
484 /* Construct the portlist[] array. */
487 /* Cycle through portlist, connecting to each port. */
488 for (i = 0; portlist[i] != NULL; i++) {
493 s = socks_connect(host, portlist[i], hints,
497 s = remote_connect(host, portlist[i], hints);
517 ntohs(atoi(portlist[i])),
523 "succeeded!\n", host, portlist[i],
1115 * Build an array of ports in portlist[], listing each port
1146 portlist[
[all...]
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c182 {"portlist", CTLADM_CMD_PORTLIST, CTLADM_ARG_NONE, "f:ilp:qvx"},
3494 struct cctl_portlist_data *portlist; local
3497 portlist = (struct cctl_portlist_data *)user_data;
3498 cur_port = portlist->cur_port;
3499 portlist->level++;
3500 if ((u_int)portlist->level >= (sizeof(portlist->cur_sb) /
3501 sizeof(portlist->cur_sb[0])))
3503 sizeof(portlist->cur_sb) / sizeof(portlist
3540 struct cctl_portlist_data *portlist; local
3630 struct cctl_portlist_data *portlist; local
3641 struct cctl_portlist_data portlist; local
[all...]
/freebsd-10.3-release/crypto/openssh/regress/
H A Dnetcat.c113 char *portlist[PORT_MAX+1]; variable
493 /* Construct the portlist[] array. */
496 /* Cycle through portlist, connecting to each port. */
497 for (i = 0; portlist[i] != NULL; i++) {
502 s = socks_connect(host, portlist[i], hints,
506 s = remote_connect(host, portlist[i], hints);
526 ntohs(atoi(portlist[i])),
532 "succeeded!\n", host, portlist[i],
1120 * Build an array of ports in portlist[], listing each port
1151 portlist[
[all...]

Completed in 114 milliseconds