/src/usr.sbin/mrouted/ |
snmp.h | 33 extern int portlist[32], sdlen;
|
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...] |
/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) {
|