Home
last modified time | relevance | path

Searched refs:send_to_fd (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dpcap-sita.c369 static void send_to_fd(int fd, int len, unsigned char *str) { in send_to_fd() function
786 send_to_fd(u->find_fd, 1, (unsigned char *)"\0"); in acn_findalldevs()
794 send_to_fd(u->find_fd, 1, (unsigned char *)"Q"); /* this interface query request */ in acn_findalldevs()
809 send_to_fd(handle->fd, 1, (unsigned char *)"S"); /* send the get_stats command to the IOP */ in pcap_stats_acn()
836send_to_fd(u->fd, strlen(p->IOPname)+1, (unsigned char *)p->IOPname); /* send the IOP's interface … in acn_open_live()
863 send_to_fd(fd, 8, buf); /* send the start monitor command with its parameters to the IOP */ in acn_start_monitor()
882 send_to_fd(fd, 1, (unsigned char *)"F"); /* BPF filter follows command */ in pcap_setfilter_acn()
885 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */ in pcap_setfilter_acn()
890 send_to_fd(fd, 2, (unsigned char *)&shortInt); in pcap_setfilter_acn()
891 send_to_fd(fd, 1, (unsigned char *)&p->jt); in pcap_setfilter_acn()
[all …]