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); in open_with_IOP()
343 fprintf(stderr, "pcap can't connect to IOP at %s\n", ip); in open_with_IOP()
479 fprintf(stderr, "Error... invalid IOP name %s\n", IOPname); in translate_IOP_to_pcap_name()
485 …fprintf(stderr, "Error...couldn't allocate memory for IOP port name...value of errno is: %d\n", er… in translate_IOP_to_pcap_name()
582 ptr = u->imsg; /* point to the start of the msg for this IOP */ in process_client_data()
801 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */ in acn_findalldevs()
825 send_to_fd(handle->fd, 1, (unsigned char *)"S"); /* send the get_stats command to the IOP */ in pcap_stats_acn()
851 open_with_IOP(u, LIVE); /* start a connection with that IOP */ in acn_open_live()
852 …send_to_fd(u->fd, strlen(p->IOPname)+1, (unsigned char *)p->IOPname); /* send the IOP's interface … in acn_open_live()
879 send_to_fd(fd, 8, buf); /* send the start monitor command with its parameters to the IOP */ in acn_start_monitor()