/src/usr.sbin/mrouted/ |
snmp.c | 66 int index, sd, portlist[32]; local in function:snmp_init 111 if (dest_port == portlist[index]) 133 portlist[sdlen] = dest_port;
|
snmp.c | 66 int index, sd, portlist[32]; local in function:snmp_init 111 if (dest_port == portlist[index]) 133 portlist[sdlen] = dest_port;
|
/src/usr.bin/nc/ |
netcat.c | 125 char *portlist[PORT_MAX+1]; variable in typeref:typename:char * [] 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...] |
netcat.c | 125 char *portlist[PORT_MAX+1]; variable in typeref:typename:char * [] 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...] |