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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-sita.c367 static void send_to_fd(int fd, int len, unsigned char *str) { function
781 send_to_fd(u->find_fd, 1, (unsigned char *)"\0");
789 send_to_fd(u->find_fd, 1, (unsigned char *)"Q"); /* this interface query request */
804 send_to_fd(handle->fd, 1, (unsigned char *)"S"); /* send the get_stats command to the IOP */
831 send_to_fd(u->fd, strlen(p->IOPname)+1, (unsigned char *)p->IOPname); /* send the IOP's interface name, and a terminating null */
858 send_to_fd(fd, 8, buf); /* send the start monitor command with its parameters to the IOP */
877 send_to_fd(fd, 1, (unsigned char *)"F"); /* BPF filter follows command */
880 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */
885 send_to_fd(fd, 2, (unsigned char *)&shortInt);
886 send_to_fd(f
[all...]

Completed in 187 milliseconds