Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-sita.c370 static void send_to_fd(int fd, int len, unsigned char *str) { in send_to_fd() function
803 send_to_fd(u->find_fd, 1, (unsigned char *)"\0"); in acn_findalldevs()
811 send_to_fd(u->find_fd, 1, (unsigned char *)"Q"); /* this interface query request */ in acn_findalldevs()
826 send_to_fd(handle->fd, 1, (unsigned char *)"S"); /* send the get_stats command to the IOP */ in pcap_stats_acn()
853send_to_fd(u->fd, strlen(p->IOPname)+1, (unsigned char *)p->IOPname); /* send the IOP's interface … in acn_open_live()
880 send_to_fd(fd, 8, buf); /* send the start monitor command with its parameters to the IOP */ in acn_start_monitor()
899 send_to_fd(fd, 1, (unsigned char *)"F"); /* BPF filter follows command */ in pcap_setfilter_acn()
902 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */ in pcap_setfilter_acn()
907 send_to_fd(fd, 2, (unsigned char *)&shortInt); in pcap_setfilter_acn()
908 send_to_fd(fd, 1, (unsigned char *)&p->jt); in pcap_setfilter_acn()
[all …]