Lines Matching full:iop
45 #define IOP_SNIFFER_PORT 49152 /* TCP port on the IOP used for 'distributed pcap' usage */
56 char *IOPname; /* this interface's name on an IOP */
339 fprintf(stderr, "pcap can't open a socket for connecting to IOP at %s\n", ip);
343 fprintf(stderr, "pcap can't connect to IOP at %s\n", ip);
479 fprintf(stderr, "Error... invalid IOP name %s\n", IOPname);
485 fprintf(stderr, "Error...couldn't allocate memory for IOP port name...value of errno is: %d\n", errno);
582 ptr = u->imsg; /* point to the start of the msg for this IOP */
801 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */
825 send_to_fd(handle->fd, 1, (unsigned char *)"S"); /* send the get_stats command to the IOP */
851 open_with_IOP(u, LIVE); /* start a connection with that IOP */
852 send_to_fd(u->fd, strlen(p->IOPname)+1, (unsigned char *)p->IOPname); /* send the IOP's interface name, and a terminating null */
879 send_to_fd(fd, 8, buf); /* send the start monitor command with its parameters to the IOP */