Searched refs:send_to_fd (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.c | 376 static void send_to_fd(int fd, int len, unsigned char *str) { in send_to_fd() function 802 send_to_fd(u->find_fd, 1, (unsigned char *)"\0"); in acn_findalldevs() 810 send_to_fd(u->find_fd, 1, (unsigned char *)"Q"); /* this interface query request */ 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() 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() 898 send_to_fd(fd, 1, (unsigned char *)"F"); /* BPF filter follows command */ in pcap_setfilter_acn() 901 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */ in pcap_setfilter_acn() 906 send_to_fd(fd, 2, (unsigned char *)&shortInt); in pcap_setfilter_acn() 907 send_to_fd(fd, 1, (unsigned char *)&p->jt); in pcap_setfilter_acn() [all …]
|